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 5da3a26 commit fb429b7Copy full SHA for fb429b7
.github/workflows/deploy-beta.yml
@@ -34,7 +34,7 @@ jobs:
34
name: beta
35
steps:
36
- uses: actions/checkout@v4
37
- - uses: actions/setup-node@v4.2.0
+ - uses: actions/setup-node@v4.4.0
38
with:
39
node-version: "18.x"
40
registry-url: "https://registry.npmjs.org"
.github/workflows/deploy-release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# Setup .npmrc file to publish to npm
0 commit comments