fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): run ci on node 21

authored by

Jordan Shatford and committed by
Jordan Shatford
7ac131bf 60f4d4b8

+1 -1
+1 -1
.github/workflows/ci.yml
··· 14 14 strategy: 15 15 matrix: 16 16 os: [ubuntu-latest] 17 - node-version: [18.x, 20.x] 17 + node-version: [18.x, 20.x, 21.x] 18 18 steps: 19 19 - uses: actions/checkout@v4 20 20