Skip to content

Commit

Permalink
Use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Sep 25, 2024
1 parent 9636eea commit 8ef3adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nameguard-api-lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: "pnpm"

- name: Install npm dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Setup git
run: |
Expand Down

0 comments on commit 8ef3adb

Please sign in to comment.