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 01c42c2 commit 7b08235Copy full SHA for 7b08235
.github/workflows/lint.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: macOS-latest
14
steps:
15
- uses: actions/checkout@master
16
- - name: Use Node.js 12.x
+ - name: Use Node.js 14.x
17
uses: actions/setup-node@v1
18
with:
19
- version: 12.x
+ version: 14.x
20
- name: Lint
21
run: |
22
npm install
.github/workflows/nodejs.yml renamed to .github/workflows/test.yml
- - name: Use Node.js 10.x
- version: 10.x
- name: npm install, build, and test
0 commit comments