Skip to content

Commit 5f83cc5

Browse files
committed
unvibe my code. say you'll love me again
1 parent b7574e1 commit 5f83cc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616

1717
- name: Setup pnpm
1818
uses: pnpm/action-setup@v4
19-
with:
20-
version: 8
2119

2220
- name: Setup Node.js
2321
uses: actions/setup-node@v4
2422
with:
25-
node-version: '18'
23+
node-version: '22'
2624
cache: 'pnpm'
2725

2826
- name: Install dependencies - root

0 commit comments

Comments
 (0)