Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Jul 5, 2024
1 parent 13a842e commit 216d2cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/composite-actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ description: 'Sets up Node.js and runs install'
runs:
using: composite
steps:
- uses: pnpm/[email protected]
with:
version: 7

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8.8
version: 8.15
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 216d2cf

Please sign in to comment.