Skip to content

Commit 0eb245f

Browse files
committed
ci: build on node 22
1 parent ccc4f5f commit 0eb245f

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v6
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: npm
2626

2727
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: npm
2929
- run: npm ci
3030
- run: npm run build

0 commit comments

Comments
 (0)