File tree Expand file tree Collapse file tree 6 files changed +598
-741
lines changed
Expand file tree Collapse file tree 6 files changed +598
-741
lines changed Original file line number Diff line number Diff line change @@ -295,11 +295,12 @@ jobs:
295295 deno-version : 2.5.6 # Keep in sync with mise.toml
296296 - uses : pnpm/action-setup@v4
297297 with :
298- version : 10
298+ version : latest
299299 - uses : actions/setup-node@v4
300300 with :
301301 node-version : lts/*
302302 cache : pnpm
303+ - run : sudo npm install -g npm@latest && npm --version
303304 - if : github.event_name == 'push' && github.ref_type == 'branch'
304305 run : |
305306 jq \
@@ -384,7 +385,6 @@ jobs:
384385 JSR_TOKEN: ${{ secrets.JSR_TOKEN }}
385386 - run : |
386387 set -ex
387- npm config set //registry.npmjs.org/:_authToken "$NPM_AUTH_TOKEN"
388388 for pkg in fedify-*.tgz; do
389389 if [[ "$GITHUB_REF_TYPE" = "tag" ]]; then
390390 npm publish --logs-dir=. --provenance --access public "$pkg" \
@@ -408,7 +408,6 @@ jobs:
408408 fi
409409 done
410410 env:
411- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
412411 PR_NUMBER: ${{ github.event.pull_request.number }}
413412 - if : github.event_name == 'pull_request_target'
414413 uses : thollander/actions-comment-pull-request@v3
Original file line number Diff line number Diff line change 7979 " codegen"
8080 ]
8181 },
82- "install" : " deno run --allow-read --allow-env --allow-run scripts/install.ts && pnpm install" ,
82+ "install" : {
83+ "command" : " deno run --allow-read --allow-env --allow-run scripts/install.ts && pnpm install" ,
84+ "dependencies" : [
85+ " codegen"
86+ ]
87+ },
8388 "test" : {
8489 "command" : " deno test --check --doc --allow-all --unstable-kv --trace-leaks --parallel" ,
8590 "dependencies" : [
You can’t perform that action at this time.
0 commit comments