Skip to content

Commit 3194229

Browse files
committed
Update node version to 16, use npm ci.
1 parent aa493e2 commit 3194229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 14
18+
node-version: '16.14.2'
1919
- run: mkdir artifacts
20-
- run: npm install
20+
- run: npm ci
2121
- name: Prettier
2222
run: npm run prettier-check
2323
- name: Lint

0 commit comments

Comments
 (0)