Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
besdar committed Sep 20, 2024
1 parent a313fa5 commit fab7bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
node-version-file: package.json
cache: 'npm'

- name: Install Node.js dependencies
run: npm ci

- uses: actions/cache/save@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-npm-modules-${{ hashFiles('**/package-lock.json') }}

- name: Install Node.js dependencies
run: npm ci

run-linters:
name: Run linters
runs-on: ubuntu-latest
Expand Down

0 comments on commit fab7bb1

Please sign in to comment.