Skip to content

Commit 9c87f65

Browse files
committed
pin actions python to 3.11
see electron/rebuild#1116
1 parent 2cb40e3 commit 9c87f65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
node-version: 18.x
4040
cache: "npm"
41+
- uses: actions/setup-python@v5
42+
with:
43+
python-version: "3.11"
4144
- run: npm i -g npm@latest
4245
- run: npm --version
4346
- run: npm install

0 commit comments

Comments
 (0)