Skip to content

Commit

Permalink
Merge pull request #33 from elonehoo/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
elonehoo committed Nov 14, 2023
2 parents 6102e9e + 3476c88 commit 5176f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: pnpm/action-setup@v2.4.0

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: pnpm

Expand Down

0 comments on commit 5176f7c

Please sign in to comment.