From 96a00fc0ab2d6727428b3af4f04fb85cfe1d03b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Thu, 15 Sep 2022 11:06:16 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 78e3dd2..8ff92b1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,19 +13,19 @@ jobs: strategy: matrix: - os: [ubuntu-18.04] + os: [ubuntu-latest] node-version: [16.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies - uses: borales/actions-yarn@v3.0.0 + uses: borales/actions-yarn@v3 with: cmd: install --frozen-lockfile - name: Build - uses: borales/actions-yarn@v3.0.0 + uses: borales/actions-yarn@v3 with: cmd: build @@ -44,6 +44,7 @@ jobs: sudo chmod 440 /opt/firebird/SYSDBA.password sudo chown -R firebird:firebird . while ! nc -z localhost 3050; do sleep 1 ; done + sleep 2 - name: Tests run: |