Skip to content

Commit

Permalink
πŸ’š Fix Ubuntu Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Oct 29, 2023
1 parent a854762 commit 795c937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
node-version: [16.x]

steps:
Expand Down Expand Up @@ -46,7 +46,6 @@ jobs:
sudo chown -R firebird:firebird .
while ! nc -z localhost 3050; do sleep 1 ; done
sleep 2
ldconfig -p | grep libfbclient
- name: Tests
run: |
Expand Down

0 comments on commit 795c937

Please sign in to comment.