Skip to content

Commit b090c43

Browse files
Update actions/setup-node action to v3.9.0
1 parent d8bcdc0 commit b090c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1414
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1515

16-
- uses: actions/setup-node@v3.5.1
16+
- uses: actions/setup-node@v3.9.0
1717
with:
1818
cache: 'npm'
1919
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)