We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbdb8d + 8a54d7f commit 1d5a962Copy full SHA for 1d5a962
2 files changed
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
python-version: "3.11"
30
- name: Set up Node.js
31
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
32
33
node-version: "20"
34
- name: Enable Corepack
.github/workflows/release.yaml
@@ -25,6 +25,13 @@ jobs:
25
uses: actions/setup-python@v5
26
27
+ - name: Set up Node.js
+ with:
+ node-version: "20"
+ - name: Enable Corepack
+ run: |
+ corepack enable
35
- name: Install tox
36
run: |
37
pip install --upgrade pip
0 commit comments