node-firebird 1.1.6 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- node: [14, 16]
11
+ node: [18, 20]
12
12
  firebird-version: ['v3']
13
13
 
14
14
  steps:
@@ -23,7 +23,7 @@ jobs:
23
23
  isc_password: "masterkey"
24
24
  enable_legacy_client_auth: "true"
25
25
 
26
- - name: Use Node.js ${{ matrix.node-version }}
26
+ - name: Use Node.js ${{ matrix.node }}
27
27
  uses: actions/setup-node@v3
28
28
  with:
29
29
  node-version: ${{ matrix.node }}
@@ -37,4 +37,4 @@ jobs:
37
37
  - name: Test (Linux)
38
38
  run: |
39
39
  export FIREBIRD_DATA=/firebird/data
40
- npx nyc npm test
40
+ npx nyc npm test