Skip to content

Commit

Permalink
run build, package & lint jobs on node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas42 committed May 14, 2024
1 parent 9f376c0 commit 176ed38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: npm install and build
run: |
npm install
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: Get build-output from build step
uses: actions/download-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- run: npm install
- run: npm run test-lint

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: npm install and build
run: |
npm install
Expand Down

0 comments on commit 176ed38

Please sign in to comment.