Skip to content

Commit 79697f4

Browse files
committed
chore: use node 22 on ci
1 parent 3c7f503 commit 79697f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525

2626
- name: Set up pnpm
2727
uses: pnpm/action-setup@v4
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install
3333

3434
- name: Install Playwright
35-
run: pnpm exec playwright install chromium
35+
run: pnpm exec playwright install chromium --with-deps --only-shell
3636

3737
- name: Build the library
3838
run: pnpm build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22
2626

2727
- name: Set up pnpm
2828
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)