Skip to content

Commit 837fdad

Browse files
committed
Update Node in Actions
1 parent 9a4d3bf commit 837fdad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
- push
55
jobs:
66
main:
7-
name: '${{ matrix.node }}'
7+
name: ${{matrix.node}}
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: dcodeIO/setup-node-nvm@master
1212
with:
13-
node-version: ${{ matrix.node }}
13+
node-version: ${{matrix.node}}
1414
- run: npm install
1515
- run: npm test
1616
- uses: codecov/codecov-action@v1
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/dubnium
20+
- lts/erbium
2121
- node

0 commit comments

Comments
 (0)