Skip to content

Commit b858769

Browse files
authored
ci(deps): update internal ci to node.js 20.18.0 (#1297)
1 parent a4e528f commit b858769

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/check-dist.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20.8.1
25+
# Action runs: using: node20 as defined in
26+
# https://github.com/cypress-io/github-action/blob/master/action.yml
27+
# Node.js minor version is aligned to
28+
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
29+
node-version: 20.18.0
2630
- run: npm ci
2731
- run: npm run format
2832
- run: npm run build

.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.13.1
21+
node-version: 20.18.0
2222
- run: npm ci
2323
- run: npm run format
2424
- run: npm run build

0 commit comments

Comments
 (0)