Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronWu-train committed Mar 12, 2024
1 parent 4627539 commit d4b83a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn" # Set this to npm, yarn or pnpm.
cache: "npm" # Set this to npm, yarn or pnpm.

- name: Update Submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit d4b83a8

Please sign in to comment.