Skip to content

Commit acada22

Browse files
chore: use Node 22 for main tests (#208)
1 parent 028a8d7 commit acada22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: ⎔ Setup Node
3939
uses: actions/setup-node@v3
4040
with:
41-
node-version: 20
41+
node-version: 22
4242

4343
- name: 📥 Install dependencies
4444
run: npm install
@@ -114,7 +114,7 @@ jobs:
114114
- name: ⎔ Setup node
115115
uses: actions/setup-node@v3
116116
with:
117-
node-version: 20
117+
node-version: 22
118118

119119
- name: 📥 Install dependencies
120120
run: npm install

0 commit comments

Comments
 (0)