Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 4f04b26

Browse files
committed
fix(ci): use Node 22 to match engines requirement
1 parent c162978 commit 4f04b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: npm
2929

3030
- name: Install dependencies

0 commit comments

Comments
 (0)