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.
2 parents 5b8d154 + edae6cb commit 21059a7Copy full SHA for 21059a7
.github/workflows/ci.yml
@@ -20,5 +20,8 @@ jobs:
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 18
23
+ - uses: actions/setup-python@v4
24
+ with:
25
+ python-version: '3.12'
26
- run: npm install
27
- run: npm test
package.json
@@ -20,6 +20,7 @@
"devDependencies": {
"eslint": ">=8.54.0",
"eslint-config-google": "^0.14.0",
+ "node-gyp": "^10.0.1",
"shelljs": "^0.8.5",
"tree-sitter-cli": "^0.20.8"
},
0 commit comments