Update node.js.yml

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

View File

@ -10,7 +10,7 @@ on:
branches: [ main ]
jobs:
test:
build:
strategy:
matrix:
os:
@ -22,7 +22,7 @@ jobs:
- '12'
- '14'
- '16'
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2