Skip to content

Commit e06762e

Browse files
authored
Update publish-dev.yml
1 parent f25fe7f commit e06762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: https://registry.npmjs.org/
2626

2727
- name: Install dependencies
28-
run: npm ci --ignore-scripts
28+
run: npx pnpm i
2929

3030
- name: Deprecate old versions
3131
run: npm deprecate aoi.js@"~6.1.0-dev" "This is no longer supported" || true

0 commit comments

Comments
 (0)