Commit Graph

68 Commits

Author SHA1 Message Date
robertsLando
4218a96a6b
fix: correct syntax in release tag determination logic 2025-05-16 09:29:36 +02:00
Spotandjake
daf205407f
chore: correct newRelease on different fork (#79) 2025-04-24 08:17:59 +02:00
robertsLando
689e00d6d8 chore: fix check patch 2025-01-20 15:23:00 +01:00
Daniel Lando
181dd25912 chore: fix update expected workflow 2024-10-21 10:03:46 +02:00
Daniel Lando
8fc23c907c chore: add missing premission to workflow 2024-10-20 13:10:10 +02:00
Daniel Lando
9b76b274a3 chore: create notifiation instead of creating an issue 2024-10-10 17:04:03 +02:00
Daniel Lando
9d28d72329 chore: create issue when new patch is available 2024-10-08 07:25:42 +00:00
Daniel Lando
d1b15b3f0f chore: add release workflow 2024-10-01 14:37:59 +02:00
Daniel Lando
fba982472a chore: handle case where patch major doesn't exists 2024-09-19 16:29:43 +02:00
Daniel Lando
721dac7aba fix: automatically trigger shas update workflow when building new patches 2024-09-19 16:19:29 +02:00
Daniel Lando
7a53ccee9e chore: add missing sed target 2024-09-19 15:59:24 +02:00
Daniel Lando
ce4d0f8797 chore: fix regex 2024-09-19 15:57:58 +02:00
Daniel Lando
0a5f9611a2 chore: create update expected workflow 2024-09-19 15:54:40 +02:00
Daniel Lando
cab8e805ca chore: change default upload assets to false 2024-09-19 15:06:56 +02:00
Daniel Lando
385375d487 chore: restore working version 2024-09-19 14:58:04 +02:00
Daniel Lando
267990e69b chore: try different approach 2024-09-19 14:54:01 +02:00
Daniel Lando
1a87466d8b chore: restore if statement 2024-09-19 14:49:21 +02:00
Daniel Lando
7400fc9568 chore: test run 2024-09-19 14:47:57 +02:00
Daniel Lando
effe040902 chore: create workflow to automatically check new nodejs releases 2024-09-19 14:41:28 +02:00
faulpeltz
75d4ca09c8
fix: switch to macos-14 runner and cleanup before build (#46) 2024-09-16 21:21:45 +02:00
faulpeltz
1703cd2f28
feat: add Node 22 patch (#45) (by @faulpeltz) 2024-09-10 11:25:22 +02:00
Daniel Lando
f79b7a3585
fix: use macos-13/14 runner (#40) 2024-09-06 08:14:58 +02:00
Daniel Lando
f35e749bca
feat: node 20.14.0 (#37) 2024-08-28 16:04:45 +02:00
Daniel Lando
5caf157a9e chore: correct package name 2024-06-13 15:03:32 +02:00
Daniel Lando
81e4e1b6d6 fix: macos nodejs 18 build 2024-06-13 14:59:44 +02:00
Daniel Lando
2e148971aa chore: add test patch workflow 2024-05-23 08:58:21 +02:00
Daniel Lando
361fd63e71 chore: make workflow update patches.json 2024-02-16 10:01:07 +01:00
Daniel Lando
34c5ab30bb
chore: fix patch node workflow (#24) 2024-02-06 14:48:23 +01:00
Daniel Lando
0f0020420e chore: patch node workflow 2024-02-06 11:37:20 +01:00
Daniel Lando
7b7e2ce56e
fix: mac-os uploaded artifacts (#23) 2024-02-05 09:29:24 +01:00
Daniel Lando
65a09c7458
fix: windows build (#22) 2024-02-02 17:26:01 +01:00
Daniel Lando
59a2c69e8d
fix: build issues (#20) 2024-02-02 11:02:42 +01:00
Daniel Lando
3f7d742305
chore: bump actions (#19) 2024-02-01 13:48:07 +01:00
Daniel Lando
a4fa8992a0 feat: drop node 19 2024-02-01 10:07:58 +01:00
Daniel Lando
de81e9f50c
feat: node 20.11.0 and 18.19.0 patches (#18) 2024-02-01 10:03:53 +01:00
G'lek Tarssza
1461d596fa
chore: remove all calls to "set-output" from actions (#14) 2023-12-14 08:29:56 +01:00
Daniel Lando
28d96e99af chore: add missing macos-linux v20 matrix 2023-12-05 08:28:31 +01:00
G'lek Tarssza
31bbc32166
feat: support for latest NodeJS v20 (#11) 2023-12-04 09:09:51 +01:00
Segev Finer
8f8986f0da
feat: macOS arm64 build (#8) 2023-10-27 10:06:08 +02:00
Daniel Lando
6c9ac01407 chore: add --ignore-engines to all install comands 2023-10-16 18:01:18 +02:00
Daniel Lando
bd1ccb659b
chore: add release script (#3) 2023-10-04 10:56:38 +02:00
Daniel Lando
dff791d781
chore: fix lock and editor (#2) 2023-10-04 10:35:49 +02:00
Brad Parham
733352b8a1 ci: drop diff print from build-all job 2023-03-28 10:15:03 +02:00
Brad Parham
fbac6b2ddf ci: add more automation to release and asset creation 2023-03-28 10:15:03 +02:00
Brad Parham
4be7c66b61 ci: create build-all.yml to kick off all builds 2023-03-15 12:06:22 +01:00
Brad Parham
009e09e5e6 ci: revive cross compile 2023-03-15 12:06:22 +01:00
Blaine Bublitz
7b2305001c
patches: add patch for node 19.6 (#274) 2023-02-14 08:11:41 +01:00
Brad Parham
9220fc167d
Add applyPatches script and some basic patch documentation (#251)
* build: add applyPatches script and docs

Adds a new package.json script to only apply patches as well as some
basic documentation on applying patches and building binaries

* README: add example of patch updates to readme

* tests: add simple patch application checker

* CI: always run lint in ci job matrix

* patches: fix 10.24.1 patch to apply with no offset
2023-01-27 20:09:06 -06:00
Jesse Chan
203088890a CI: drop 10/12 from matrix and add 18 2022-05-03 12:38:24 -07:00
Jesse Chan
38a4a05468 CI: add Node 17 to matrix 2022-01-10 17:51:50 -08:00