Skip to content

Commit

Permalink
CI: Add Node 18, drop Node 17 (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Apr 19, 2022
1 parent 0e81a65 commit 24c32f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [17.x]
node-version: [18.x]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [17.x, 16.x, 14.x, 12.x]
node-version: [18.x, 16.x, 14.x, 12.x]
database-type: [postgres, pgnative, mysql, mssql, sqlite3, cockroachdb, better-sqlite3, oracledb]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [17.x, 16.x, 14.x, 12.x]
node-version: [18.x, 16.x, 14.x, 12.x]

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 24c32f9

Please sign in to comment.