tony-go / clix

Write acceptance tests easily for your CLI program.
21 stars 2 forks source link

chore(ci): add node 18 as supported version #8

Closed tony-go closed 2 years ago

tony-go commented 2 years ago

Content

We currently support Node 16.x and 17.x (by running CI on theses versions).

It should be nice to support Node 18.x as well ^^

Acceptance criteria:

Here is an entry point:

https://github.com/tony-go/clix/blob/aa4869204a6f752d88f487226ef507c244ef696f/.github/workflows/test.yml#L14