File tree Expand file tree Collapse file tree 6 files changed +11
-16
lines changed
Expand file tree Collapse file tree 6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 6262 "linebreak-style" : [0 ],
6363 "node/no-missing-require" : [0 ],
6464 "no-console" : [0 ],
65- "node/no-unsupported-features/es-builtins" : [
66- " error" ,
67- { "version" : " >=18.12.1" }
68- ],
69- "node/no-unsupported-features/node-builtins" : [
70- " error" ,
71- { "version" : " >=18.12.1" }
72- ],
65+ "node/no-unsupported-features/es-builtins" : 0 ,
66+ "node/no-unsupported-features/node-builtins" : 0 ,
7367 "func-names" : [
7468 " error" ,
7569 " never" ,
Original file line number Diff line number Diff line change 2626 - name : Install Node.js
2727 uses : actions/setup-node@v3
2828 with :
29- node-version : 18.12.1
29+ node-version : 18.16.0
3030 cache : ' npm'
3131
3232 - name : Install Modules
Original file line number Diff line number Diff line change 2121 - name : Install Node.js
2222 uses : actions/setup-node@v3
2323 with :
24- node-version : 18.12.1
24+ node-version : 18.16.0
2525 cache : ' npm'
2626
2727 - name : Get Package Version
Original file line number Diff line number Diff line change 3030 - name : Install Node.js
3131 uses : actions/setup-node@v3
3232 with :
33- node-version : 18.12.1
33+ node-version : 18.16.0
3434 cache : ' npm'
3535
3636 - name : Install Modules
Original file line number Diff line number Diff line change 55 "includePath" : [
66 " ${workspaceFolder}/**" ,
77 " ${LocalAppData}/node-gyp/Cache/16.17.0/include/node" ,
8- " ${LocalAppData}/node-gyp/Cache/18.12.1 /include/node"
8+ " ${LocalAppData}/node-gyp/Cache/18.16.0 /include/node"
99 ],
1010 "windowsSdkVersion" : " 10.0.19041.0" ,
1111 "cStandard" : " c17" ,
Original file line number Diff line number Diff line change 33This is a part of [ Node3D] ( https://github.com/node-3d ) project.
44
55[ ![ NPM] ( https://badge.fury.io/js/addon-tools-raub.svg )] ( https://badge.fury.io/js/addon-tools-raub )
6- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/node-3d/addon-tools-raub/badge )] ( https://www.codefactor.io/repository/github/node-3d/addon-tools-raub )
6+ [ ![ ESLint] ( https://github.com/node-3d/addon-tools-raub/actions/workflows/eslint.yml/badge.svg )] ( https://github.com/node-3d/addon-tools-raub/actions/workflows/eslint.yml )
7+ [ ![ Test] ( https://github.com/node-3d/addon-tools-raub/actions/workflows/test.yml/badge.svg )] ( https://github.com/node-3d/addon-tools-raub/actions/workflows/test.yml )
78
89```
9- npm i addon-tools-raub
10+ npm i -s addon-tools-raub
1011```
1112
1213
@@ -65,9 +66,9 @@ See the [TypeScript definitions](/index.d.ts) with comments.
6566 the **napi.h** include path won't be a part of the returned string.
6667
6768
68- ### Example of ` cpbin ` usage in ** package.json :: scripts** :
69+ ### Example of ` cpbin ` in ** package.json :: scripts** :
6970
7071```
71- "build-all ": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\" && cd ..",
72+ "build": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\" && cd ..",
7273 "build-only": "cd src && node-gyp build -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\" && cd ..",
7374```
You can’t perform that action at this time.
0 commit comments