Update node.js.yml

This commit is contained in:
2020-12-19 18:00:55 +01:00
committed by GitHub
parent 9da794cfad
commit 72bb4ad473

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1