renovate[bot]
993bf59af9
ci(action): update actions/checkout digest to 8ade135 ( #2976 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22 20:30:25 +00:00
Matt Travi
87f0c12cf6
ci(matrix): prevent skipping the test job when test_matrix fails
...
for #semantic-release/.github#19
2023-09-17 10:23:40 -05:00
Matt Travi
b93bef4eea
feat(node-versions): raised the minimum supported node version w/in the v20 range to v20.6.1
...
because of a known issue with v20.6.0 that we might as well avoid since we are restricting the
supported ranges at this point anyway: https://github.com/nodejs/node/issues/49497
BREAKING CHANGE: the minimum supported version for the v20 range of node has been raised slightly to
v20.6.1 to avoid a known node bug
2023-09-16 13:43:05 -05:00
Matt Travi
e623cc642a
feat(node-versions): raised the minimum node v20 requirement to v20.6
...
for auto-registered loader support
BREAKING CHANGE: the minimum supported node version in the v20 major range is now v20.6
2023-09-16 11:52:49 -05:00
Matt Travi
fb850ff26d
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2023-09-15 15:49:37 -05:00
Matt Travi
b9f294d179
feat(node-versions): raised the minimum required node version to v18.17 and dropped v19 support
...
npm v20 requires v18.17
BREAKING CHANGE: node v18.17 is now the minimum supported node version and support for v19 has been dropped
2023-09-15 15:39:49 -05:00
renovate[bot]
19c09653fe
ci(action): update actions/checkout action to v4 ( #2938 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 14:53:20 +00:00
renovate[bot]
5e08c4d95a
ci(action): update actions/checkout digest to f43a0e5 ( #2918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 14:42:30 +00:00
renovate[bot]
79bca752a7
ci(action): update actions/setup-node digest to 5e21ff4 ( #2912 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-17 15:12:45 +00:00
renovate[bot]
2b28ba98d2
ci(action): update actions/setup-node digest to bea5baf ( #2906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-14 12:16:26 +00:00
renovate[bot]
3e6be5fff1
ci(action): update actions/setup-node digest to e33196f ( #2866 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 10:13:10 -07:00
renovate[bot]
94e773d915
ci(action): update actions/checkout digest to c85c95e
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-09 16:25:38 -07:00
renovate[bot]
214a376342
ci(action): pin dependencies ( #2781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 10:09:56 +00:00
Matt Travi
e046ece3cb
ci(signatures): moved the audit step to the non-matrix stage
...
since older versions of npm dont support `npm audit signatures` and instead simply audit for vulnerabilities
2023-04-28 16:33:03 -05:00
Matt Travi
ef998acd4d
ci(dependencies): audited signatures and provenance attestations of installed packages
2023-04-21 16:41:27 -05:00
Chris. Webster
42b67ce994
ci: set test workflow timeout to 10 minutes ( #2720 )
...
Co-authored-by: Matt Travi <programmer@travi.org>
2023-02-27 22:17:40 -06:00
Alex
be2e1965ae
ci(permissions): provided only the necessary permissions to the GITHUB_TOKEN
2023-01-14 08:11:42 -06:00
Matt Travi
8a0d8be51f
feat(node-versions): raised the minimum required node version to v18 ( #2620 )
2022-11-20 21:23:50 -08:00
renovate[bot]
762d0f531b
chore(deps): update actions/checkout action to v3 ( #2546 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 21:58:55 +00:00
renovate[bot]
0916886872
chore(deps): update actions/setup-node action to v3
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 11:14:29 -07:00
Rich Trott
d9e5bc0604
fix: upgrade marked
to resolve ReDos vulnerability ( #2330 )
...
BREAKING CHANGE: node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of `marked` and `marked-terminal` that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.
2022-01-17 11:17:27 -06:00
Matt Travi
66cc2b4c7f
feat(node-version): raised the minimum required version to v14.17 ( #2132 )
...
BREAKING CHANGE: the minimum required version of node is now v14.17
2021-09-17 13:05:32 -07:00
Gregor Martynus
b4200b05cd
ci(test): set node version explicitly in test
job ( #2092 )
2021-08-25 12:14:40 -07:00
Matt Travi
ea52e1775a
fix(engines): fixed defined node version to account for the higher requirement from the npm plugin ( #2088 )
2021-08-25 12:01:16 -07:00
Oscar Dominguez
a4f0ff70fe
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows ( #2038 )
2021-07-19 10:39:55 -07:00
Matt Travi
fc32afa776
build(engine-strict): strictly enforced node version compatibility for dependencies ( #1763 )
2021-02-04 09:26:18 -08:00
Josh Soref
ab227451fa
docs: clarify renovate/** branches ( #1757 )
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-01-22 11:44:54 -08:00
renovate[bot]
d95d80a0aa
chore(deps): update actions/setup-node action to v2 ( #1741 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-20 14:19:25 -08:00
Gregor Martynus
b5aa853b22
ci: replace travis with actions, setup renovate ( #1699 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-01-20 14:07:16 -08:00