Skip to content

Commit 54758ac

Browse files
chore: update ci node
1 parent fce5f08 commit 54758ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 18
19+
node-version: 21
2020
- name: Install dependencies
2121
run: npm install
2222

@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 18
33+
node-version: 21
3434
- name: Install dependencies
3535
run: npm install
3636
- name: Release

0 commit comments

Comments
 (0)