Skip to content

Commit a4247b4

Browse files
chore(deps): update dependency node to v22
1 parent c8b46cc commit a4247b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# https://github.com/cypress-io/github-action/blob/master/action.yml
2727
# Node.js minor version is aligned to
2828
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
29-
node-version: 20.18.0
29+
node-version: 22.14.0
3030
- run: npm ci
3131
- run: npm run format
3232
- run: npm run build

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# https://github.com/cypress-io/github-action/blob/master/action.yml
1919
# Node.js minor version is aligned to
2020
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21-
node-version: 20.18.0
21+
node-version: 22.14.0
2222
- run: npm ci
2323
# Core action code
2424
- run: npm run format # Prettier formats core action code

0 commit comments

Comments
 (0)