less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
16.99k stars 3.41k forks source link

ci: update the ci config #3789

Closed iChenLei closed 1 year ago

iChenLei commented 1 year ago

What:

Change the github actions ci config

Why:

Current Node.js LTS version is v18, and v19 has been released.

How:

Change the Node.js version in the matrix tests from v16 to the latest LTS version, v18, and add tests for Node.js v19.

Checklist: