We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d08449 commit ca758afCopy full SHA for ca758af
.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.19.0
+ node-version: 20.19.2
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