Skip to content

Commit a737dce

Browse files
committed
chore: use setup-node@v2 github action
1 parent 494609d commit a737dce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use Node.js
13-
uses: actions/setup-node@v1
12+
- uses: actions/setup-node@v2
1413
with:
15-
node-version: '14.x'
14+
node-version: '16.x'
1615
- run: npm ci
1716
- run: npm run lint
1817
- run: npm run build

0 commit comments

Comments
 (0)