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.
1 parent 89bf5be commit d5b07e0Copy full SHA for d5b07e0
1 file changed
.github/workflows/compile-and-release.yml
@@ -68,18 +68,18 @@ jobs:
68
runs-on: ${{ matrix.os }}
69
steps:
70
- name: Checkout repo
71
- uses: actions/checkout@v5
+ uses: actions/checkout@v4
72
73
- name: Install Python deps
74
run: python -m pip install --upgrade packaging pip setuptools
75
76
- name: Setup Nodejs
77
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v4
78
with:
79
- node-version: "22.19.0"
+ node-version: "20.14.0"
80
81
- name: Install correct npm version
82
- run: npm install -g npm@10.9.3
+ run: npm install -g npm@10.8.1
83
84
- name: Linux Build Prep
85
if: runner.os == 'linux'
0 commit comments