more action
This commit is contained in:
parent
c3d029a74d
commit
0d6ea877ea
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -6,8 +6,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [6, 8, 10, 12, 13]
|
node-version: [8, 10, 12, 13] # 6 fails on MacOSX
|
||||||
os: [ubuntu-latest, macOS-latest] # windows-latest
|
os: [ubuntu-latest, macOS-latest] # windows-latest fails
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user