This commit is contained in:
Aliaksei Chapyzhenka 2021-10-10 15:05:34 -07:00
parent fdecf2f0a2
commit d22bdacb45

View File

@ -7,7 +7,6 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12, 14, 16] node-version: [12, 14, 16]
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 }}