Skip to content

Commit b08ca7e

Browse files
authored
package.json: dependencies "node-gyp": "^10.2.0",
A subset of * stackgl#294 to fix macOS tests on GitHub Actions.
1 parent 254da51 commit b08ca7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"glsl-tokenizer": "^2.1.5",
2323
"nan": "^2.18.0",
2424
"node-abi": "^3.56.0",
25-
"node-gyp": "^10.0.1",
25+
"node-gyp": "^10.2.0",
2626
"prebuild-install": "^7.1.1"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)