8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc5fa commit ed2ba7dCopy full SHA for ed2ba7d
.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.4
+ node-version: 20.19.5
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