Skip to content

Commit 2a35847

Browse files
authored
ci(deps): update main workflow node.js to 20.13.1 (#1218)
1 parent 76647aa commit 2a35847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# https://github.com/cypress-io/github-action/blob/master/action.yml
1919
# Node.js minor version is aligned to
2020
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21-
node-version: 20.8.1
21+
node-version: 20.13.1
2222
- run: npm ci
2323
- run: npm run format
2424
- run: npm run build

0 commit comments

Comments
 (0)