Skip to content

Commit

Permalink
Chore(CI): Added Node v12 and v14 to CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jytesh <44925963+Jytesh@users.noreply.github.com>
  • Loading branch information
Jytesh committed Apr 20, 2021
1 parent 171bd12 commit 79486c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
MYSQL_DB_DATABASE: keyv_test
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
sudo -u postgres psql --command="ALTER ROLE postgres WITH PASSWORD 'postgres';" --command="\du"
sudo systemctl restart postgresql.service
pg_isready
- run: yarn install
- run: yarn test
- name: Report
Expand Down

0 comments on commit 79486c2

Please sign in to comment.