Skip to content

Commit 5e69267

Browse files
committed
wip
1 parent 3248ee9 commit 5e69267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-eo-pages-dev-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 8
25+
version: 10.17.1
2626

2727
- name: Set up Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 24
30+
node-version: 24.8.0
3131
cache: 'pnpm'
3232

3333
- name: Install dependencies

0 commit comments

Comments
 (0)