Skip to content

Commit ab5d895

Browse files
ci: bump versions (#83)
1 parent 66cfd52 commit ab5d895

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- uses: pnpm/action-setup@v2
2424
with:
25-
version: 8
25+
version: latest
2626

2727
- name: Install Dependencies
2828
run: pnpm install --frozen-lockfile

.github/workflows/storybook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 20
1717

1818
- uses: pnpm/action-setup@v2
1919
with:
20-
version: 8
20+
version: latest
2121

2222
- name: Install and Build
2323
run: |

0 commit comments

Comments
 (0)