Update actions/setup-node to 2.4.1, fix matrix syntax
This commit is contained in:
parent
621b6567e0
commit
9f8804f716
|
@ -16,12 +16,12 @@ jobs:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
node: ['14', '16']
|
node: ['14', '16']
|
||||||
|
|
||||||
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
|
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: actions/setup-node@v2.1.5
|
uses: actions/setup-node@v2.4.1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Loading…
Reference in New Issue