Browse Source

Merge pull request #33 from microlinkhq/node

ci: setup node versions
master
Kiko Beats 3 years ago
committed by GitHub
parent
commit
4b2591e249
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

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

Loading…
Cancel
Save