File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Setup Node
23
23
uses : actions/setup-node@v4
24
24
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
26
30
- run : npm ci
27
31
- run : npm run format
28
32
- run : npm run build
Original file line number Diff line number Diff line change 18
18
# https://github.com/cypress-io/github-action/blob/master/action.yml
19
19
# Node.js minor version is aligned to
20
20
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21
- node-version : 20.13.1
21
+ node-version : 20.18.0
22
22
- run : npm ci
23
23
- run : npm run format
24
24
- run : npm run build
You can’t perform that action at this time.
0 commit comments