We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76647aa commit 2a35847Copy full SHA for 2a35847
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
# https://github.com/cypress-io/github-action/blob/master/action.yml
19
# Node.js minor version is aligned to
20
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21
- node-version: 20.8.1
+ node-version: 20.13.1
22
- run: npm ci
23
- run: npm run format
24
- run: npm run build
0 commit comments