Skip to content

Commit

Permalink
chore: update npm dependency to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
a0v0 committed Aug 20, 2024
1 parent e885ae7 commit 7dadbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
run: pnpm i

- name: Run checks # run the checks passing in the ENVIRONMENT_URL and recording a test session.
id: run-checks
Expand Down

0 comments on commit 7dadbd9

Please sign in to comment.