Skip to content

Commit

Permalink
ci: freeze lockfile in the ci publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Jul 4, 2023
1 parent 3fa09c1 commit 7b9bd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 18
- name: Installing dependencies
run: ./.yarn/yarn.cjs install
run: ./.yarn/yarn.cjs install --frozen-lockfile
- name: Validating syntax
run: ./.yarn/yarn.cjs test:tsc
- name: Linting
Expand Down

0 comments on commit 7b9bd1d

Please sign in to comment.