diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e856ffd..6ed5be02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -24,7 +24,6 @@ jobs: - ubuntu-latest - macos-latest node: - - 14 - 16 - 18 - 20 diff --git a/package.json b/package.json index ed354877..36e0e7e8 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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": {