1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 19:05:55 +02:00

fix(gh): misskey-jsがpublishされない問題を修正

This commit is contained in:
かっこかり
2026-04-22 19:24:31 +09:00
committed by GitHub
parent bda98ba1d9
commit c1b73f947c

View File

@@ -28,6 +28,9 @@ jobs:
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'
# Ensure npm 11.5.1 or later is installed
- name: Update npm
run: npm install -g npm@latest
- name: Publish package
run: |
pnpm i --frozen-lockfile