File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11name : Publish (NPM)
22permissions :
3+ id-token : write
34 contents : read
45 pull-requests : write
56on :
@@ -13,11 +14,10 @@ jobs:
1314 # Publish to NPM
1415 - uses : actions/setup-node@v5
1516 with :
17+ node-version : 24
1618 registry-url : ' https://registry.npmjs.org/'
1719 - run : npm install
1820 - run : npm run build --if-present
1921 - run : npm run format --if-present
2022 - run : npm publish --access public
21- env :
22- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
2323
Original file line number Diff line number Diff line change 11{
22 "name" : " @johntalton/excamera-i2cdriver" ,
3- "version" : " 3.1.2" ,
3+ "version" : " 3.1.3" ,
4+ "license" : " MIT" ,
45 "type" : " module" ,
56 "exports" : {
67 "." : " ./src/index.js" ,
78 "./capture" : " ./src/capture-generator/index.js"
89 },
910 "files" : [
1011 " src/**/*.js"
11- ]
12+ ],
13+ "repository" : {
14+ "url" : " https://github.com/johntalton/excamera-i2cdriver"
15+ }
1216}
You can’t perform that action at this time.
0 commit comments