We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b46cc commit a4247b4Copy full SHA for a4247b4
.github/workflows/check-dist.yml
@@ -26,7 +26,7 @@ jobs:
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
+ node-version: 22.14.0
30
- run: npm ci
31
- run: npm run format
32
- run: npm run build
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
# Core action code
24
- run: npm run format # Prettier formats core action code
0 commit comments