File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111
12+ permissions :
13+ contents : read
14+ id-token : write
15+
1216 steps :
1317 - name : Checkout
14- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1519
1620 - name : Setup Node
17- uses : actions/setup-node@v2
21+ uses : actions/setup-node@v4
1822 with :
19- node-version : ' 21.x '
23+ node-version : ' 24.1.0 '
2024 registry-url : ' https://registry.npmjs.org'
2125
2226 - name : Install dependencies and build 🔧
2327 run : npm ci && npm run build
2428
2529 - name : Publish package on NPM 📦
26- run : npm publish --access public
27- env :
28- NODE_AUTH_TOKEN : ${{ secrets.RDS_NPM_TOKEN }}
30+ run : npm publish --access public --provenance
Original file line number Diff line number Diff line change 11{
22 "name" : " @carletonuniversity/rds" ,
3- "version" : " 0.25.9 " ,
3+ "version" : " 0.25.10 " ,
44 "private" : false ,
55 "description" : " Raven Design System is Carleton University's design system" ,
66 "author" : " Web Services" ,
You can’t perform that action at this time.
0 commit comments