File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 cache : ' npm'
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0
2525 # Set up Node
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@v5
2727 with :
2828 node-version : ' 22'
2929 # 👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@v5
1616 with :
1717 node-version : 20
1818 - run : npm ci
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@v5
2727 with :
2828 node-version : 20
2929 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments