Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent d8bcdc0 commit d95156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.8.2
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down

0 comments on commit d95156f

Please sign in to comment.