We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9bc10 commit 9a462b6Copy full SHA for 9a462b6
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Use Node.js 12.13.1
+ - name: Use Node.js 16.14.0
13
uses: actions/setup-node@v1
14
with:
15
- node-version: 12.13.1
+ node-version: 16.14.0
16
- run: yarn --frozen-lockfile
17
- run: yarn lint
.github/workflows/release.yml
@@ -11,10 +11,10 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
20
- name: Install the dependencies
0 commit comments