We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef124b8 commit 2ac7a0fCopy full SHA for 2ac7a0f
.github/workflows/generate.yml
@@ -8,6 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
+ # Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
12
+ - uses: actions/setup-python@v5
13
+ with:
14
+ python-version: "3.10"
15
- name: Install Node
16
uses: actions/setup-node@v2
17
with:
.github/workflows/test.yml
@@ -11,6 +11,10 @@ jobs:
18
19
20
0 commit comments