sindresorhus / camelcase

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
MIT License
682 stars 95 forks source link

ci: bump github actions; add latest lts to test matrix #97

Closed Fdawgs closed 2 years ago

Fdawgs commented 2 years ago

Bumps GitHub Actions to their latest major versions. Main change is they're now using Node 16 instead of 12, which was EOL at end of April.

Also adds Node 16 and 18 to test matrix.