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 fc20bdd commit 1a84670Copy full SHA for 1a84670
.github/workflows/main.yml
@@ -7,18 +7,18 @@ jobs:
7
name: '${{matrix.node}} on ${{matrix.os}}'
8
runs-on: ${{matrix.os}}
9
steps:
10
- - uses: actions/checkout@v2
11
- - uses: dcodeIO/setup-node-nvm@master
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
12
with:
13
node-version: ${{matrix.node}}
14
- run: npm install
15
- run: npm test
16
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
17
strategy:
18
matrix:
19
os:
20
- ubuntu-latest
21
- windows-latest
22
node:
23
- - lts/erbium
24
- lts/gallium
+ - node
0 commit comments