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 9442119 commit 37cd449Copy full SHA for 37cd449
.github/workflows/publish-npm-packages.yml
@@ -5,7 +5,7 @@ on:
5
- feat/make-artemis-compatible
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
permissions:
10
contents: read
11
packages: write
@@ -16,6 +16,9 @@ jobs:
16
with:
17
node-version: '20'
18
registry-url: 'https://npm.pkg.github.com'
19
+ - uses: actions/setup-python@v4
20
+ with:
21
+ python-version: '3.11'
22
- name: Install deps & bootstrap
23
run: |
24
npm install -g node-gyp
0 commit comments