Skip to content

Commit

Permalink
ci(deps): update internal ci to node.js 20.18.0 (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 4, 2024
1 parent a4e528f commit b858769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.8.1
# 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: 20.18.0
- run: npm ci
- run: npm run format
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# 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: 20.13.1
node-version: 20.18.0
- run: npm ci
- run: npm run format
- run: npm run build
Expand Down

0 comments on commit b858769

Please sign in to comment.