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 f063930 commit bafed7dCopy full SHA for bafed7d
.github/workflows/deploy-beta.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v4
37
- uses: actions/setup-node@v4.4.0
38
with:
39
- node-version: "18.x"
+ node-version: "22.x"
40
registry-url: "https://registry.npmjs.org"
41
scope: nvuillam
42
- run: npm ci
.github/workflows/deploy-release.yml
@@ -34,7 +34,7 @@ jobs:
34
# Setup .npmrc file to publish to npm
35
0 commit comments