Update node.js.yml

This commit is contained in:
Ethan Stubbs 2020-06-15 08:54:18 +01:00 committed by GitHub
parent 31d7064e1a
commit 4506d3e908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x]
steps:
- uses: actions/checkout@v2