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 a9a713e + 99f7e30 commit 84c1791Copy full SHA for 84c1791
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
python-version: "3.12"
40
41
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
42
43
cache: yarn
44
node-version: "lts/*"
@@ -119,7 +119,7 @@ jobs:
119
120
steps:
121
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122
123
124
125
registry-url: https://registry.npmjs.org
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
45
46
47
48
0 commit comments