Update node.js.yml

This commit is contained in:
2020-06-01 22:58:35 +02:00
committed by GitHub
parent e732edbe7c
commit 1c4b7174a3

View File

@@ -6,10 +6,10 @@ jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2