gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Test only with maintained Node versions #43

Closed johachi closed 2 years ago

johachi commented 2 years ago

Description

Github Actions currently run tests with no longer maintained Node versions while at the same time not testing with the latest versions. This PR fixes this.

Node versions before: 10, 12, 14, 15 Node versions after: 12, 14, 16, 17

https://nodejs.org/en/about/releases/