We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fe7f commit e06762eCopy full SHA for e06762e
.github/workflows/publish-dev.yml
@@ -25,7 +25,7 @@ jobs:
25
registry-url: https://registry.npmjs.org/
26
27
- name: Install dependencies
28
- run: npm ci --ignore-scripts
+ run: npx pnpm i
29
30
- name: Deprecate old versions
31
run: npm deprecate aoi.js@"~6.1.0-dev" "This is no longer supported" || true
0 commit comments