Skip to content

Commit 21059a7

Browse files
authored
Merge pull request #1 from piotrkwiecinski/update-gh-actions
update node-gyp to 10 and python to 3.12
2 parents 5b8d154 + edae6cb commit 21059a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 18
23+
- uses: actions/setup-python@v4
24+
with:
25+
python-version: '3.12'
2326
- run: npm install
2427
- run: npm test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"devDependencies": {
2121
"eslint": ">=8.54.0",
2222
"eslint-config-google": "^0.14.0",
23+
"node-gyp": "^10.0.1",
2324
"shelljs": "^0.8.5",
2425
"tree-sitter-cli": "^0.20.8"
2526
},

0 commit comments

Comments
 (0)