Skip to content

Commit 53590be

Browse files
authored
Update ci.yml
1 parent cee60cb commit 53590be

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x]
18+
node-version: [20.x, 22.x]
1919

2020
steps:
2121
- name: Checkout code
@@ -31,4 +31,4 @@ jobs:
3131
run: npm ci
3232

3333
- name: Run tests
34-
run: npm test
34+
run: npm test

0 commit comments

Comments
 (0)