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 7be28bb commit 8142586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- name: \🟢 Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
- name: 🚀 Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Format Files
Expand Down

0 comments on commit 8142586

Please sign in to comment.