Skip to content

Commit 28f1ee8

Browse files
chore: use Node 22 for main tests
1 parent fd0f085 commit 28f1ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: ⎔ Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 22
3838

3939
- name: 📥 Install dependencies
4040
run: npm install
@@ -109,7 +109,7 @@ jobs:
109109
- name: ⎔ Setup node
110110
uses: actions/setup-node@v4
111111
with:
112-
node-version: 20
112+
node-version: 22
113113

114114
- name: 📥 Install dependencies
115115
run: npm install

0 commit comments

Comments
 (0)