Switch from npm to pnpm for package management

This commit is contained in:
암냥 2025-11-28 12:01:57 +09:00 committed by GitHub
commit 55de012d23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,6 @@ jobs:
- name: Clear auth token for OIDC - name: Clear auth token for OIDC
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
- name: Install Dependencies - name: Install Dependencies
run: npm i --frozen-lockfile run: pnpm i --frozen-lockfile
- name: release - name: release
run: npm publish --verbose run: pnpm publish --verbose