Skip to content

Commit 0b0ebbe

Browse files
committed
Upgrade Node version in CI for jsdom
1 parent 0bab809 commit 0b0ebbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- run: npm ci
1818
- run: npm run test
1919

@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
- run: npm ci
2828
- run: npx playwright install --with-deps
2929
- run: npm run test:e2e

0 commit comments

Comments
 (0)