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.
2 parents 8d8e723 + 61c537f commit a7c30a9Copy full SHA for a7c30a9
.github/workflows/nightly.yml
@@ -25,7 +25,7 @@ jobs:
25
commit_message: ${{steps.update.outputs.version}}
26
tagging_message: ${{steps.update.outputs.version}}
27
28
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
29
if: steps.auto-commit-action.outputs.changes_detected == 'true'
30
with:
31
registry-url: https://registry.npmjs.org/
@@ -34,7 +34,7 @@ jobs:
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
36
37
38
39
40
registry-url: https://npm.pkg.github.com/
0 commit comments