Skip to content

Commit

Permalink
Upgrade the node & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Nov 13, 2023
1 parent ed7e701 commit 589436f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21
- run: npm install
- run: npm test
- run: scripts/test-keywords.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21
- run: npm install
- name: Publish parser on GitHub Pages
run: cp -r LICENSE src queries bindings Package.swift docs
Expand Down
31 changes: 9 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "derek stride",
"license": "MIT",
"dependencies": {
"nan": "^2.14.2"
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.0"
"tree-sitter-cli": "^0.20.8"
},
"gypfile": true,
"directories": {
Expand Down

0 comments on commit 589436f

Please sign in to comment.