We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3f03b commit 3f8efaaCopy full SHA for 3f8efaa
.github/workflows/rebuild_dist.yml
@@ -13,7 +13,7 @@ jobs:
13
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
14
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
15
16
- - uses: actions/setup-node@v3.5.1
+ - uses: actions/setup-node@v3.9.1
17
with:
18
cache: 'npm'
19
node-version-file: '.nvmrc'
0 commit comments