Skip to content

Commit 66598d5

Browse files
Copilotmariuz
andcommitted
Fix CI workflow Docker API version incompatibility
Co-authored-by: mariuz <18359+mariuz@users.noreply.github.com>
1 parent e41bf89 commit 66598d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fetch-depth: 10
1818

1919
- name: Setup FirebirdSQL container
20-
uses: juarezr/firebirdsql-github-action@v2.0.1
20+
uses: juarezr/firebirdsql-github-action@v2.0.3
2121
with:
2222
version: ${{ matrix.firebird-version }}
23-
isc_password: "masterkey"
24-
enable_legacy_client_auth: "true"
23+
firebird_root_password: "masterkey"
24+
firebird_conf: "WireCrypt = Enabled\nAuthServer = Legacy_Auth, Srp, Win_Sspi"
2525

2626
- name: Use Node.js ${{ matrix.node }}
2727
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)