Browse Source

Add support for node16 (#877)

pull/926/head
Sergi Almacellas Abellana 3 years ago committed by GitHub
parent
commit
e42059577d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/node.js.yml

2
.github/workflows/node.js.yml

@ -16,7 +16,7 @@ jobs: @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:

Loading…
Cancel
Save