Skip to content

Commit

Permalink
ci: update nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 27, 2023
1 parent e774c86 commit 35bad84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
- run: npm install
- run: npm run lint

Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
- run: npm install
- run: npm run typecheck

Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: [20, 21]
postgres-version: [11, 14]
services:
postgres:
Expand All @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
mysql: [{ version: '5.7', command: 'mysql_legacy' }, { version: '8.0', command: 'mysql' }]
node-version: [18, 20]
node-version: [20, 21]
services:
mysql:
image: mysql:${{ matrix.mysql.version }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fail-fast: false
matrix:
lib: ['sqlite', 'better_sqlite']
node-version: [18, 20]
node-version: [20, 21]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -101,7 +101,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: [20, 21]
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit 35bad84

Please sign in to comment.