Skip to content

Commit

Permalink
Merge pull request #276 from DigitalSlideArchive/fix-ci_release
Browse files Browse the repository at this point in the history
Use correct node version and enable corepack
  • Loading branch information
marySalvi authored Nov 21, 2024
2 parents 1cbdb8d + 8a54d7f commit 1d5a962
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: "3.11"
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Enable Corepack
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Enable Corepack
run: |
corepack enable
- name: Install tox
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 1d5a962

Please sign in to comment.