Skip to content

Commit

Permalink
update node-gyp to 10 and python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski authored and cfroystad committed Jan 4, 2024
1 parent 0a99dec commit 594b8ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: npm install
- run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 594b8ba

Please sign in to comment.