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