We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node@16
1 parent fb99d64 commit 29de8cfCopy full SHA for 29de8cf
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Node
26
uses: actions/setup-node@v1
27
with:
28
- node-version: 12
+ node-version: 16
29
- name: Install Dependencies
30
run: yarn install --frozen-lockfile
31
- name: Lint
0 commit comments