Skip to content

Commit ca3ccde

Browse files
committed
chore(ci): Avoid modifying package-lock.json
1 parent 83f8940 commit ca3ccde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
node-version: 24
6262
cache: 'npm'
6363
- name: Install npm tools
64-
run: npm install
64+
run: npm install --no-save
6565
- name: Verify installed versions
6666
run: |
6767
npx quicktype --version

0 commit comments

Comments
 (0)