Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Aug 7, 2024
1 parent fe6fe5c commit f06f04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ runs:
- name: Setup Node 💚
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: "pnpm"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "pnpm"
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
Expand Down

0 comments on commit f06f04d

Please sign in to comment.