File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515
1616 strategy :
1717 matrix :
18- node-version : ['20 ', '22 ']
18+ node-version : ['22 ', '24 ']
1919
2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Install pnpm
2323 uses : pnpm/action-setup@v4
2424 with :
25- version : 9
25+ version : 10
2626 - name : Use Node.js ${{ matrix.node-version }}
2727 uses : actions/setup-node@v4
2828 with :
Original file line number Diff line number Diff line change 1010 release :
1111 types : [created]
1212
13+ permissions :
14+ id-token : write # Required for OIDC
15+ contents : read
16+
1317jobs :
1418 build :
1519 runs-on : ubuntu-latest
@@ -18,10 +22,10 @@ jobs:
1822 - name : Install pnpm
1923 uses : pnpm/action-setup@v4
2024 with :
21- version : 9
25+ version : 10
2226 - uses : actions/setup-node@v4
2327 with :
24- node-version : 20
28+ node-version : 24
2529 - run : pnpm install
2630
2731 publish-npm :
3539 version : 9
3640 - uses : actions/setup-node@v4
3741 with :
38- node-version : 20
42+ node-version : 24
3943 registry-url : https://registry.npmjs.org/
4044 scope : ' @ngu'
4145 - name : Build and Publish
4549 cd dist/libs/ngu/carousel
4650 npm publish --access=public
4751 shell : bash
48- env :
49- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
50-
You can’t perform that action at this time.
0 commit comments