Skip to content

Commit

Permalink
🤖Manual Changes(GH actions,action.yaml): Update pnpm package and node
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork authored Jul 9, 2024
1 parent 2746537 commit c3276cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/common-actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ runs:
using: "composite"
steps:
- name: 🚀 Setup pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
- name: 🟢 Setup node
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.2
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit c3276cd

Please sign in to comment.