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 4e14678 commit db1a449Copy full SHA for db1a449
.github/workflows/release.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Use Node.js 14.x
+ - name: Use Node.js 16.x
14
uses: actions/setup-node@v1
15
with:
16
- node-version: 14.x
+ node-version: 16.x
17
- run: npm ci
18
- run: npm run lint
19
- run: npm run build
0 commit comments