File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed 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,10 @@ jobs:
1318 steps :
1419 - uses : actions/checkout@v3
1520
16- - name : Use Node.js 16 .x
21+ - name : Use Node.js 24 .x
1722 uses : actions/setup-node@v3
1823 with :
19- node-version : 16 .x
24+ node-version : 24 .x
2025
2126 - name : Cache node modules
2227 uses : actions/cache@v3
@@ -46,14 +51,13 @@ jobs:
4651 run : npm run build
4752
4853 - name : Semantic Release
49- uses : cycjimmy/semantic-release-action@v3
54+ uses : cycjimmy/semantic-release-action@v5
5055 env :
5156 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5357 HUSKY : 0
5458 id : semantic
5559 with :
56- semantic_version : 19.0.5
60+ semantic_version : 25
5761 extra_plugins : |
5862 @semantic-release/[email protected] 5963 @semantic-release/[email protected]
Original file line number Diff line number Diff line change 66 "license" : " BSD-2-Clause" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/bloop-box/nfc-scanner-client-browser.git"
9+ "url" : " git+ https://github.com/bloop-box/nfc-scanner-client-browser.git"
1010 },
1111 "type" : " module" ,
1212 "files" : [
You can’t perform that action at this time.
0 commit comments