node-firebird 1.1.8 → 1.1.10

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: [20, 22]
12
12
  firebird-version: ['v3']
13
13
 
14
14
  steps:
@@ -17,13 +17,15 @@ jobs:
17
17
  fetch-depth: 10
18
18
 
19
19
  - name: Setup FirebirdSQL container
20
- uses: juarezr/firebirdsql-github-action@v1.2.0
20
+ uses: juarezr/firebirdsql-github-action@v2.0.1
21
21
  with:
22
22
  version: ${{ matrix.firebird-version }}
23
- isc_password: "masterkey"
24
- enable_legacy_client_auth: "true"
23
+ firebird_root_password: "masterkey"
24
+ firebird_conf: |
25
+ WireCrypt = Enabled
26
+ AuthServer = Legacy_Auth,Srp,Win_Sspi
25
27
 
26
- - name: Use Node.js ${{ matrix.node-version }}
28
+ - name: Use Node.js ${{ matrix.node }}
27
29
  uses: actions/setup-node@v3
28
30
  with:
29
31
  node-version: ${{ matrix.node }}
@@ -37,4 +39,4 @@ jobs:
37
39
  - name: Test (Linux)
38
40
  run: |
39
41
  export FIREBIRD_DATA=/firebird/data
40
- npx nyc npm test
42
+ npx nyc npm test