Skip to content

Commit 47a61b8

Browse files
Skip lockfile
1 parent b8f550c commit 47a61b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_to_npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: pnpm/action-setup@v2
1616
with:
1717
version: 8
18+
run_install: |
19+
args: [--no-lockfile]
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: 20.x

0 commit comments

Comments
 (0)