Skip to content

Commit c4353f1

Browse files
committed
ci(actions): bump Node to 24 so jsdom 30 can install
1 parent 181a16f commit c4353f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919
- uses: actions/setup-node@v7
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: npm
2323
- run: npm ci
2424
- run: npm test

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v7
2222
- uses: actions/setup-node@v7
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
cache: npm
2626
- run: npm ci
2727
- run: npm test

0 commit comments

Comments
 (0)