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 fb59705 commit 201272bCopy full SHA for 201272b
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [ '10', '12', '14' ]
+ node-version: ["10", "12", "14"]
9
os: [ubuntu-latest, windows-latest]
10
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
11
steps:
@@ -14,6 +14,7 @@ jobs:
14
uses: actions/setup-node@v2
15
with:
16
node-version: ${{ matrix.node-version }}
17
+ cache: npm
18
- run: npm install
19
- run: npm run all
20
env:
0 commit comments