File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Use Node.js ${{ env.NODE_VERSION }}
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v5
2828 with :
2929 node-version : ${{ env.NODE_VERSION }}
3030 cache : npm
3636 run : npm run build:storybook
3737
3838 - name : Upload artifact
39- uses : actions/upload-pages-artifact@v3
39+ uses : actions/upload-pages-artifact@v4
4040 with :
4141 path : ./storybook-static
4242
Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
23- - uses : actions/setup-node@v4
23+ - uses : actions/setup-node@v5
2424 with :
2525 node-version : ${{ env.NODE_VERSION }}
2626 registry-url : https://registry.npmjs.org/
2727 cache : npm
2828
29+ - name : Install latest npm
30+ run : npm install -g npm@latest
31+
2932 - name : Install dependencies
3033 run : npm ci
3134
3942
4043 - name : Publish to NPM
4144 run : npm publish --provenance
42- env :
43- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
22- - uses : actions/setup-node@v4
22+ - uses : actions/setup-node@v5
2323 with :
2424 node-version : ${{ env.NODE_VERSION }}
2525 cache : npm
You can’t perform that action at this time.
0 commit comments