Skip to content

Commit 7ed4dee

Browse files
authored
build: Update gh-pages-deploy.yml to use Node 22 (#2083)
1 parent 315d4ac commit 7ed4dee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
url: ${{ steps.build-publish.outputs.page_url }}
1919
runs-on: ubuntu-latest
2020
steps:
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: '22'
2125
- id: build-publish
2226
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
2327
with:

0 commit comments

Comments
 (0)