Skip to content

Commit 863e94d

Browse files
chore(deps): update dependency node to v22
1 parent e7e1059 commit 863e94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/[email protected]
1919
with:
20-
node-version: '20.x'
20+
node-version: '22.x'
2121
cache: 'npm'
2222
- run: npm ci
2323
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)