Skip to content

Commit cc8f375

Browse files
fix-gyp
1 parent 31b36fb commit cc8f375

File tree

3 files changed

+814
-459
lines changed

3 files changed

+814
-459
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
cache: pnpm
2121
node-version-file: .nvmrc
2222
- run: pnpm install --frozen-lockfile --prefer-offline
23-
24-
# !!! IMPORTANT - DO NOT MERGE THIS
25-
- name: Tmate Session
26-
if: always()
27-
uses: mxschmitt/action-tmate@v3
28-
timeout-minutes: 30
29-
3023
- run: pnpm moon check --all
3124

3225
list-examples:

packages/core/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@codspeed/core",
33
"version": "5.0.0",
44
"description": "The core Node library used to integrate with Codspeed runners",
5+
"scripts": {
6+
"install": "node-gyp-build"
7+
},
58
"keywords": [
69
"codspeed",
710
"benchmark",
@@ -22,14 +25,14 @@
2225
"devDependencies": {
2326
"@types/find-up": "^4.0.0",
2427
"node-addon-api": "^5.1.0",
25-
"node-gyp": "^9.3.1",
28+
"node-gyp": "^11.4.2",
2629
"openapi-typescript-codegen": "^0.23.0",
2730
"prebuildify": "^6.0.1"
2831
},
2932
"dependencies": {
3033
"axios": "^1.4.0",
3134
"find-up": "^6.3.0",
3235
"form-data": "^4.0.4",
33-
"node-gyp-build": "^4.6.0"
36+
"node-gyp-build": "^4.8.4"
3437
}
3538
}

0 commit comments

Comments
 (0)