Skip to content

Commit 97885f2

Browse files
committed
chore(web): bump CI build versions
1 parent fa7396f commit 97885f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10
2525

2626
- name: Setup node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 22
3030
cache: pnpm
3131
cache-dependency-path: './webapp/pnpm-lock.yaml'
3232

0 commit comments

Comments
 (0)