Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOH69 committed Jun 1, 2024
1 parent 7ba5d90 commit b8c9905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: pnpm/[email protected]
with:
version: 8.6.1

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '21.1.0' # Using Node.js version 21.1.0
node-version: '21.x' # Using Node.js version

- name: Install dependencies
run: pnpm install --prefix web # Install dependencies in the web folder
Expand Down

0 comments on commit b8c9905

Please sign in to comment.