Skip to content

Commit 2c597a0

Browse files
committed
chore: fix CI
1 parent 541c7e6 commit 2c597a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [16, 17, 18, 20]
20+
node: [16, 17, 18, 20, 21]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: pnpm/action-setup@v2
2424
with:
25-
version: 8
25+
version: 9
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
fetch-depth: 0
2222
- uses: pnpm/action-setup@v2
2323
with:
24-
version: 8
24+
version: 9
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: 'pnpm'
2929

3030
- name: prebuild

0 commit comments

Comments
 (0)