Browse Source

Do not run tests on node15

pull/909/head
Sergi Almacellas Abellana 3 years ago
parent
commit
26a86fdf9f
  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, 15.x]
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:

Loading…
Cancel
Save