File tree Expand file tree Collapse file tree 7 files changed +53
-8
lines changed
Expand file tree Collapse file tree 7 files changed +53
-8
lines changed Original file line number Diff line number Diff line change 1010 version :
1111 timeout-minutes : 15
1212 runs-on : ubuntu-latest
13+ permissions :
14+ id-token : write # Required for OIDC publishing
15+ contents : write # Required for changesets to push version commit
16+ pull-requests : write # Required for changesets to create PRs
1317 steps :
1418 - name : Checkout code repository
1519 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1923 - name : Setup node.js
2024 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2125 with :
22- node-version : 22
26+ node-version : 24
27+ registry-url : ' https://registry.npmjs.org'
28+
29+ - name : Install latest npm
30+ run : npm install -g npm@latest
2331
2432 - name : Install dependencies
2533 run : npm install --ignore-scripts
3644 publish : npm run ci:publish
3745 env :
3846 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
47+ NPM_TOKEN : " "
48+ NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 1111 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
1212 "test" : " c8 -r html npm run test-only"
1313 },
14+ "publishConfig" : {
15+ "registry" : " https://registry.npmjs.org" ,
16+ "access" : " public" ,
17+ "provenance" : true
18+ },
1419 "repository" : {
1520 "type" : " git" ,
16- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
21+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
22+ "directory" : " workspaces/estree-ast-utils"
1723 },
1824 "keywords" : [
1925 " estree" ,
Original file line number Diff line number Diff line change 1010 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
1111 "test" : " c8 -r html npm run test-only"
1212 },
13+ "publishConfig" : {
14+ "registry" : " https://registry.npmjs.org" ,
15+ "access" : " public" ,
16+ "provenance" : true
17+ },
1318 "repository" : {
1419 "type" : " git" ,
15- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
20+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
21+ "directory" : " workspaces/js-x-ray-ai"
1622 },
1723 "keywords" : [],
1824 "author" : " GOMBAULD Clément <clementgombauld@hotmail.fr>" ,
Original file line number Diff line number Diff line change 2323 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
2424 "test" : " c8 --all --src ./src -r html npm run test-only"
2525 },
26+ "publishConfig" : {
27+ "registry" : " https://registry.npmjs.org" ,
28+ "access" : " public" ,
29+ "provenance" : true
30+ },
2631 "repository" : {
2732 "type" : " git" ,
28- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
33+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
34+ "directory" : " workspaces/js-x-ray"
2935 },
3036 "keywords" : [
3137 " ast" ,
Original file line number Diff line number Diff line change 1111 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
1212 "test" : " npm run test-only"
1313 },
14+ "publishConfig" : {
15+ "registry" : " https://registry.npmjs.org" ,
16+ "access" : " public" ,
17+ "provenance" : true
18+ },
1419 "repository" : {
1520 "type" : " git" ,
16- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
21+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
22+ "directory" : " workspaces/sec-literal"
1723 },
1824 "keywords" : [
1925 " security" ,
Original file line number Diff line number Diff line change 1111 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
1212 "test" : " c8 -r html npm run test-only"
1313 },
14+ "publishConfig" : {
15+ "registry" : " https://registry.npmjs.org" ,
16+ "access" : " public" ,
17+ "provenance" : true
18+ },
1419 "repository" : {
1520 "type" : " git" ,
16- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
21+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
22+ "directory" : " workspaces/tracer"
1723 },
1824 "keywords" : [],
1925 "files" : [
Original file line number Diff line number Diff line change 1111 "test-only" : " tsx --test-reporter=spec --test \" ./test/**/*.spec.ts\" " ,
1212 "test" : " c8 --all --src ./src -r html npm run test-only"
1313 },
14+ "publishConfig" : {
15+ "registry" : " https://registry.npmjs.org" ,
16+ "access" : " public" ,
17+ "provenance" : true
18+ },
1419 "repository" : {
1520 "type" : " git" ,
16- "url" : " git+https://github.com/NodeSecure/js-x-ray.git"
21+ "url" : " https://github.com/NodeSecure/js-x-ray" ,
22+ "directory" : " workspaces/ts-source-parser"
1723 },
1824 "keywords" : [
1925 " typescript" ,
You can’t perform that action at this time.
0 commit comments