File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ id-token : write
10+ contents : write
11+ issues : write
12+
813jobs :
914 release :
1015 name : Release
@@ -13,10 +18,11 @@ jobs:
1318 steps :
1419 - uses : actions/checkout@v2
1520
16- - name : Use Node.js 20 .x
21+ - name : Use Node.js 24 .x
1722 uses : actions/setup-node@v1
1823 with :
19- node-version : 20.x
24+ node-version : 24.x
25+ registry-url : ' https://registry.npmjs.org'
2026
2127 - name : Cache node modules
2228 uses : actions/cache@v4
5157 - name : Release
5258 env :
5359 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5560 HUSKY : 0
56- run : npx semantic-release@^19
61+ run : npx semantic-release@^25
Original file line number Diff line number Diff line change 1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " https://github.com/soliantconsulting/fm-data-api-client.git"
16+ "url" : " git+ https://github.com/soliantconsulting/fm-data-api-client.git"
1717 },
1818 "files" : [
1919 " dist/**/*"
You can’t perform that action at this time.
0 commit comments