Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Sep 5, 2024
1 parent c40bb46 commit 1297175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"

- name: Install pnpm
run: npm install -g pnpm
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Clean and Install Dependencies
run: |
sudo pnpm install
pnpm install
- name: Building
Expand Down

0 comments on commit 1297175

Please sign in to comment.