Skip to content

Commit

Permalink
ci(deps): update main workflow node.js to 20.13.1 (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 22, 2024
1 parent 76647aa commit 2a35847
Showing 1 changed file with 1 addition and 1 deletion.
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.8.1
node-version: 20.13.1
- run: npm ci
- run: npm run format
- run: npm run build
Expand Down

0 comments on commit 2a35847

Please sign in to comment.