Skip to content

Commit

Permalink
chore(ci): 💚 Upgrade pnpm setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Dec 2, 2024
1 parent a481650 commit d746b85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/frontend-react-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [push, pull_request]

# Defines which tool versions should be used in all workflow jobs
env:
node: '20'
pnpm: '8'
node: '22'
pnpm: '9'

defaults:
run:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup PNPM 💿
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: ${{ env.pnpm }}
- name: Setup Node 💿
Expand Down

0 comments on commit d746b85

Please sign in to comment.