diff --git a/.github/workflows/rebuild_dist.yml b/.github/workflows/rebuild_dist.yml index 0aeafd7..0beff82 100644 --- a/.github/workflows/rebuild_dist.yml +++ b/.github/workflows/rebuild_dist.yml @@ -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'