Skip to content

Commit 1c9c7e1

Browse files
committed
chore(action): remove 18 node
1 parent c0028e2 commit 1c9c7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
strategy:
5454
matrix:
55-
node-version: [18, 20]
55+
node-version: [20]
5656

5757
steps:
5858
- name: Checkout repository

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18, 20]
20+
node-version: [20]
2121

2222
steps:
2323
- uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)