File tree Expand file tree Collapse file tree 3 files changed +814
-459
lines changed Expand file tree Collapse file tree 3 files changed +814
-459
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments