1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 12:45:38 +02:00

chore: fix failure to publish misskey-js to npm registry (#16169)

This commit is contained in:
zyoshoka
2025-06-05 19:21:15 +09:00
committed by GitHub
parent 6c9e055aae
commit f37a1e84bd

View File

@@ -26,6 +26,8 @@ jobs:
with:
node-version-file: '.node-version'
cache: 'pnpm'
# see https://docs.github.com/actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
registry-url: 'https://registry.npmjs.org'
- name: Publish package
run: |
pnpm i --frozen-lockfile