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 7c200f4 commit 011d4b8Copy full SHA for 011d4b8
1 file changed
.github/workflows/test.yml
@@ -21,10 +21,9 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v2
24
- - name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ - uses: actions/setup-node@v2
26
with:
27
- node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
+ node-version: ${{ matrix.node }}
+ - run: npm install
29
- run: npm ci
30
- run: npm test
0 commit comments