Commit graph

23 commits

Author SHA1 Message Date
Egor Tensin
f04bc953e6 README: update
I completely forgot that I'm supposed to bump the version in
package.json & the README.
2024-01-28 11:19:20 +01:00
Egor Tensin
2d40e8046a bump version in package.json, upgrade dependencies 2024-01-28 11:18:12 +01:00
Egor Tensin
33bc58ef4a workflows/test: upgrade actions 2024-01-28 11:12:02 +01:00
Egor Tensin
b35bca8a81
Merge pull request #2 from radarhere/master
Updated to Node 20
2024-01-28 11:09:58 +01:00
Andrew Murray
acf0612371 Updated to Node 20 2024-01-27 15:23:57 +11:00
Egor Tensin
8469525c8e v3 2022-12-11 15:46:01 +01:00
Egor Tensin
9857fae4d1 upgrade actions/core 2022-12-11 15:42:38 +01:00
Egor Tensin
90d7bd12c1 bump Node version 2022-12-11 15:39:32 +01:00
Egor Tensin
24f575b598 workflows/test: run on new Windows runners 2022-12-11 15:37:26 +01:00
Egor Tensin
2149235e11 workflows/test: upgrade actions 2022-12-11 15:32:01 +01:00
Egor Tensin
a689c93617 make .gitattributes more consistent 2022-12-11 15:27:29 +01:00
Egor Tensin
4526a28b3f workflows/test: include windows-latest 2021-06-15 21:05:39 +03:00
Egor Tensin
25f4108112 README: update 2021-04-18 11:32:13 +03:00
Egor Tensin
3afb582576 README: update 2021-04-18 08:54:56 +03:00
Egor Tensin
af8ea5e974 README: update 2021-04-18 08:49:14 +03:00
Egor Tensin
4cda8dc37e README: fix badge link 2021-04-17 19:21:01 +03:00
Egor Tensin
8eda92e9e5 README: update 2021-03-14 03:47:23 +03:00
Egor Tensin
a7a0ed9750 add node_modules/ 2021-03-14 03:45:15 +03:00
Egor Tensin
203b15ee12 make it into a JavaScript action
This is a huge step back IMO, but I needed to be able to restore the
original PATH back as a "post" step.  Currently, composite actions don't
support post-actions, but JavaScript ones do.  I needed this due to a
bug: actions/cache wouldn't find Git's tar on windows-2016 (the one in
System32 would get used on windows-2019) if the PATH was cleaned up.
2021-03-14 03:42:14 +03:00
Egor Tensin
1520e0658b add .gitattributes 2020-12-25 04:11:03 +03:00
Egor Tensin
39324b3c13 rename the action 2020-12-24 04:09:59 +03:00
Egor Tensin
4e107ad23e add README 2020-12-24 04:08:49 +03:00
Egor Tensin
f38a95ebf9 initial commit 2020-12-24 03:56:08 +03:00