Skip to content

Commit

Permalink
Fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Apr 15, 2024
1 parent d54924b commit 00c04f5
Show file tree
Hide file tree
Showing 2 changed files with 1,667 additions and 509 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm i
run: npm ci

- name: Run ${{ matrix.job }}
run: npm run ${{ matrix.job }}
Loading

0 comments on commit 00c04f5

Please sign in to comment.