From bb23594104fe93f0abf1683f787df41cd85609d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kiljan=CC=81czyk?= Date: Sun, 24 Mar 2024 21:45:25 +0100 Subject: [PATCH] Fix error in ci.yml --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a271fa..a1d464a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,14 +12,11 @@ jobs: ci-ChromeExtension: name: Chrome extension CI runs-on: ubuntu-latest - defaults: - run: - working-directory: chrome-extension steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn'