Skip to content

Commit 2a3fd0c

Browse files
committed
fix: update CI to Node 22 to match local dev environment
1 parent fa8b380 commit 2a3fd0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 20
38+
node-version: 22
3939
cache: pnpm
4040

4141
- name: Install dependencies

0 commit comments

Comments
 (0)