We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41bf89 commit 66598d5Copy full SHA for 66598d5
.github/workflows/node.js.yml
@@ -17,11 +17,11 @@ jobs:
17
fetch-depth: 10
18
19
- name: Setup FirebirdSQL container
20
- uses: juarezr/firebirdsql-github-action@v2.0.1
+ uses: juarezr/firebirdsql-github-action@v2.0.3
21
with:
22
version: ${{ matrix.firebird-version }}
23
- isc_password: "masterkey"
24
- enable_legacy_client_auth: "true"
+ firebird_root_password: "masterkey"
+ firebird_conf: "WireCrypt = Enabled\nAuthServer = Legacy_Auth, Srp, Win_Sspi"
25
26
- name: Use Node.js ${{ matrix.node }}
27
uses: actions/setup-node@v3
0 commit comments