Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz authored Oct 21, 2023
1 parent 425a10b commit 44852ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [18, 20]
firebird-version: ['v3']

steps:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Test (Linux)
run: |
export FIREBIRD_DATA=/firebird/data
npx nyc npm test
npx nyc npm test

0 comments on commit 44852ea

Please sign in to comment.