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 98bcfa2 commit 1f8cda5Copy full SHA for 1f8cda5
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- uses: actions/setup-node@v4
41
with:
42
- node-version: "20"
+ node-version: "20.11.0"
43
registry-url: "https://registry.npmjs.org"
44
cache: "yarn"
45
- run: yarn install --immutable --mode=skip-build
.github/workflows/snapshot-release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
- run: yarn install --immutable
0 commit comments