Skip to content

Commit 1dc7300

Browse files
committed
ci: remove Node 18 pin in deploy_storybook
1 parent 021540a commit 1dc7300

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v5
4747
- uses: actions/setup-node@v5
48-
with:
49-
node-version: "18"
5048
- uses: bahmutov/npm-install@v1
5149
- run: yarn build-storybook -o ./build_storybook
5250
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git

0 commit comments

Comments
 (0)