Skip to content

Commit 26c81d3

Browse files
renovate[bot]mrtnzlml
authored andcommitted
Update dependency node to v22
1 parent 8f62acd commit 26c81d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/[email protected]
2121
- uses: actions/[email protected]
2222
with:
23-
node-version: 20.19.0
23+
node-version: 22.14.0
2424
cache: yarn
2525

2626
- name: Install dependencies

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/[email protected]
1919
- uses: actions/[email protected]
2020
with:
21-
node-version: 20.19.0
21+
node-version: 22.14.0
2222
- name: Install dependencies
2323
run: npm install -g yarn && yarn
2424
- name: Install Playwright Browsers

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/[email protected]
2121
- uses: actions/[email protected]
2222
with:
23-
node-version: 20.19.0
23+
node-version: 22.14.0
2424
cache: yarn
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)