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 8bc0563 + fdcc27a commit 8325497Copy full SHA for 8325497
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/setup-python@v4
38
with:
39
python-version: "3.11"
40
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
41
42
node-version: "18"
43
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
python-version: "${{ matrix.python-version }}"
47
48
49
50
node-version: "${{ matrix.node-version || '18'}}"
51
0 commit comments