Skip to content

Commit

Permalink
remove the pinned node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 25, 2023
1 parent 45dc71f commit 416fc97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: remove pinned node version
run: echo "auto-install-peers=false" > .npmrc
shell: bash
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit 416fc97

Please sign in to comment.