Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
verhovsky committed Feb 22, 2024
1 parent 6aaf682 commit fb986ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- released

env:
NODE_BUILD_CMD: npx prebuild -r node -t 14.0.0 -t 16.0.0 -t 18.0.0 -t 20.0.0
ELECTRON_BUILD_CMD: npx prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0
NODE_BUILD_CMD: npx prebuild -r node -t 16.0.0 -t 18.0.0 -t 20.0.0 -t 21.0.0
ELECTRON_BUILD_CMD: npx prebuild -r electron -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0 -t 25.0.0 -t 26.0.0 -t 27.0.0 -t 28.0.0

jobs:

Expand All @@ -24,7 +24,6 @@ jobs:
- ubuntu-latest
- macos-latest
node:
- 14
- 16
- 18
- 20
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curlconverter/tree-sitter-bash",
"version": "0.0.3",
"version": "0.0.4",
"description": "a fork of the Bash grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand All @@ -10,13 +10,13 @@
"author": "Max Brunsfeld",
"license": "MIT",
"dependencies": {
"nan": "^2.17.0",
"nan": "^2.18.0",
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"node-gyp": "^9.3.1",
"prebuild": "^11.0.4",
"tree-sitter-cli": "^0.20.8"
"node-gyp": "^10.0.1",
"prebuild": "^13.0.0",
"tree-sitter-cli": "^0.21.0"
},
"overrides": {
"prebuild": {
Expand Down

0 comments on commit fb986ae

Please sign in to comment.