Update Node in Actions
This commit is contained in:
parent
9ba40ef7af
commit
673996169f
1 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
- push
|
||||
jobs:
|
||||
main:
|
||||
name: '${{ matrix.node }}'
|
||||
name: ${{matrix.node}}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -17,5 +17,5 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
node:
|
||||
- lts/dubnium
|
||||
- lts/erbium
|
||||
- node
|
||||
|
|
Loading…
Add table
Reference in a new issue