Skip to content

Commit ae4efb6

Browse files
committed
adapt CI to check Node 18
1 parent 503f801 commit ae4efb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node: [20]
19+
node: [18]
2020

2121
steps:
2222
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)