We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c57b27 commit b852accCopy full SHA for b852acc
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
python-version: "3.11"
40
41
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
42
43
cache: yarn
44
node-version: 20.x
@@ -119,7 +119,7 @@ jobs:
119
120
steps:
121
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122
123
124
node-version: 18.x
125
registry-url: https://registry.npmjs.org
.github/workflows/test.yaml
@@ -39,7 +39,7 @@ jobs:
45
0 commit comments