8 Commits

Author SHA1 Message Date
James Milner
910f62ddb7 update github actions to latest versions 2023-09-30 09:53:52 +01:00
mfedderly
e9400e1c1d
Update supported node-versions based on node EOL (#2451) 2023-07-12 11:43:01 -04:00
James Milner
44d2ca26e1
remove node 12 and add in node 18 and 20 (#2430)
Co-authored-by: Rowan Winsemius <rowanwins@yahoo.com.au>
2023-05-01 00:36:10 +01:00
Gabriela Gutierrez
5516e56410
Set minimum permissions for turf.yml (#2416)
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
2023-03-18 19:07:49 +00:00
James Milner
4eab5275aa
Throw exit code when there is a diff after yarn install (#2128)
Co-authored-by: mfedderly <mdfedderly@mdfedderly.com>
2021-06-24 07:35:47 -04:00
mfedderly
a814ba2696
Update github actions to cache yarn (#2113)
* Update github actions to cache yarn

Right now the yarn install time takes up over half of our build time, this will probably cut that down dramatically. I copy pasted it directly from their examples: https://github.com/actions/cache/blob/main/examples.md#node---yarn

* wrecked by prettier

Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
2021-06-22 19:12:16 -04:00
James Milner
e30872ebe9
Add Github Actions Badge to README (#2112)
* Add github actions badge to README

* Test on Node versions 12, 14, 16
2021-06-22 18:26:42 -04:00
James Milner
4a70dcf080
Move to GitHub Actions from Travis for CI (#2111)
* Move to GitHub actions from Travis

* Use yarn instead of npm for CI steps
2021-06-22 22:07:50 +01:00