Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Nov 19, 2024
1 parent 51ca7f9 commit 4637703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ matrix.os }}-${{ hashFiles('package-lock.json') }}

- name: npm install
run: npm ci
run: npm i

- name: "Run tests"
run: npm test
Expand Down

0 comments on commit 4637703

Please sign in to comment.