Skip to content

Commit

Permalink
fix: fix composite install action
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Dec 19, 2023
1 parent 91caa0b commit d33711c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/composite/nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ runs:
with:
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
always-auth: true
scope: "@natsuneko-laboratory"

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit d33711c

Please sign in to comment.