File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 44 push :
55 branches : [release/*]
66
7+ permissions :
8+ id-token : write
9+ contents : read
10+
711jobs :
812 publish-npm :
913 name : Publish NPM module
1317 - uses : actions/checkout@v5
1418 - uses : actions/setup-node@v5
1519 with :
16- node-version : ' 22 .x'
20+ node-version : ' 24 .x'
1721 cache : ' npm'
1822 cache-dependency-path : package-lock.json
19- - run : npm ci
20- - run : npm run build
21- - uses : cucumber/action-publish-npm@v1.1.1
22- with :
23- npm-token : ${{ secrets.NPM_TOKEN }}
24- npm-tag : ' latest'
23+ registry-url : ' https://registry.npmjs.org'
24+ - run : npm install-ci-test
25+ - run : npm publish
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1717 "exports:update" : " api-extractor run --verbose --local" ,
1818 "fix" : " eslint --max-warnings 0 src --fix && prettier --write src" ,
1919 "lint" : " eslint --max-warnings 0 src && prettier --check src" ,
20- "test" : " mocha \" src/**/*.spec.ts\" "
20+ "test" : " mocha \" src/**/*.spec.ts\" " ,
21+ "prepublishOnly" : " npm run build"
2122 },
2223 "repository" : {
2324 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments