Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k8port committed Jan 25, 2025
1 parent a5852d4 commit b5a9796
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18,
node-version: '18.x'
cache: "pnpm"

- name: Install pnpm
run: npm install -g pnpm

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8 # Specify the pnpm version you wish to use

- name: Install Dependencies
run: pnpm install

Expand Down

0 comments on commit b5a9796

Please sign in to comment.