Update node.js.yml

This commit is contained in:
Lucas Manuel Palomo Lauterbach 2021-08-08 19:12:30 +02:00 committed by GitHub
parent c2199fdc08
commit e0d03e55d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
os:
os:
- ubuntu-latest
- macos-latest
- windows-latest
@ -22,7 +22,7 @@ jobs:
- '12'
- '14'
- '16'
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2