Skip to content

Commit d5b07e0

Browse files
committed
fix: update node, npm, and action versions for compile workflow
1 parent 89bf5be commit d5b07e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compile-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- name: Checkout repo
71-
uses: actions/checkout@v5
71+
uses: actions/checkout@v4
7272

7373
- name: Install Python deps
7474
run: python -m pip install --upgrade packaging pip setuptools
7575

7676
- name: Setup Nodejs
77-
uses: actions/setup-node@v5
77+
uses: actions/setup-node@v4
7878
with:
79-
node-version: "22.19.0"
79+
node-version: "20.14.0"
8080

8181
- name: Install correct npm version
82-
run: npm install -g npm@10.9.3
82+
run: npm install -g npm@10.8.1
8383

8484
- name: Linux Build Prep
8585
if: runner.os == 'linux'

0 commit comments

Comments
 (0)