removed windows
This commit is contained in:
parent
2e40cfc7de
commit
59721138ae
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10, 12, 14]
|
node-version: [10, 12, 14]
|
||||||
os: [ubuntu-latest, windows-latest] # macOS-latest
|
os: [ubuntu-latest] # failing on [windows-latest, macOS-latest]
|
||||||
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