Skip to content

Commit 29f1ec8

Browse files
committed
ci: update node & pnpm versions
1 parent 259f00d commit 29f1ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# Set up Node
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: '20.x'
28-
- uses: pnpm/action-setup@v3
27+
node-version: '22.x'
28+
- uses: pnpm/action-setup@v4
2929
with:
30-
version: 8
30+
version: 10
3131
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
3232
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
3333
env:

0 commit comments

Comments
 (0)