Skip to content

Commit 10407c3

Browse files
committed
chore: upgrade ci versions
1 parent 348b638 commit 10407c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Use Node.js 16.x
13-
uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1413
with:
15-
node-version: 16.x
14+
node-version: 20
1615
- run: npm ci
1716
- run: npm test
1817

0 commit comments

Comments
 (0)