Commit Graph
14 Commits
Author SHA1 Message Date
David Lechner 38dc8d984d tool-versions: update to node 18
Node 16 reaches end of life in about 6 months so we might as well
update to 18 now since it seems to be working.
2023-03-10 18:16:27 -06:00
David Lechner 78290eb927 github/workflows: update to actions/setup-node@v3
This fixes deprecation warnings about v2 using node 12.
2023-03-10 18:16:27 -06:00
David Lechner ea1b377247 github: update more actions versions
fixes deprecation warnings
2023-02-17 16:29:45 -06:00
David Lechner 2d777e0dc4 github: update actions versions
- fixes deprecation warnings
- fixes codecov upload failures
2023-02-17 11:20:21 -06:00
David Lechner e8facf949e v2.0.0-beta.1 2022-06-03 14:17:58 -05:00
David Lechner f67aa19e6c github: specify directory for codecov 2022-06-01 18:03:15 -05:00
David Lechner cbdbaf7903 github: switch to codecov 2022-06-01 16:00:24 -05:00
David Lechner 109e65b54f tool-versions: update to node 16
This is needed for the String.replaceAll() method.
2022-02-22 12:32:20 -06:00
David Lechner aea52d4ab6 tool-versions: update to node v14
This is in preperation of adding a depedency that requires node >= 14.
2021-12-27 12:38:51 -06:00
David Lechner a0467aed4c public: add icons with beta badge
This makes it easier to tell versions apart when beta and non-beta are
installed at the same time.

Fixes: https://github.com/pybricks/support/issues/375
2021-07-08 16:46:36 -05:00
David Lechner 6d9ce8f1e2 github: override app name for beta releases
Also upload everything to beta subdomain (beta subdomain will be used as
"staging" for stable release as well).
2021-06-23 14:57:00 -05:00
David Lechner 70de0d0323 github: drop if success()
This is implicit, so we don't need it explicitly.
2021-06-23 12:36:14 -05:00
David Lechner 5ec220ae5f github: exclude .well-known when uploading
The web hosting provider automatically creates this directory.
2021-06-08 15:31:18 -05:00
David Lechner a3bda0411f github: update action for release 2021-06-08 15:23:43 -05:00