Skip to content

Commit

Permalink
ci: update ci node.js to 20.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Aug 16, 2023
1 parent 7a0fe46 commit 79fd944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 20.5.0
- uses: bahmutov/npm-install@v1
- run: npm run format
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
# Action runs: using: node16 as defined in
# Action runs: using: node20 as defined in
# https://github.com/cypress-io/github-action/blob/master/action.yml
# Node.js minor version is aligned to
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
node-version: 16.16.0
node-version: 20.5.0
- uses: bahmutov/npm-install@v1
- run: npm run format
- run: npm run build
Expand Down

0 comments on commit 79fd944

Please sign in to comment.