Skip to content

Commit 29de8cf

Browse files
committed
chore(ci): use node@16
1 parent fb99d64 commit 29de8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 12
28+
node-version: 16
2929
- name: Install Dependencies
3030
run: yarn install --frozen-lockfile
3131
- name: Lint

0 commit comments

Comments
 (0)