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 77d409a commit 2a12b75Copy full SHA for 2a12b75
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: actions/setup-node@v2
19
with:
20
- node-version: ${{ runner.node }}
+ node-version: ${{ matrix.node }}
21
- run: npm install
22
- run: npm run build --if-present
23
- run: npm test
0 commit comments