From ded1b3e1ab7cc4a93974626e235617c1e643ebf4 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Thu, 18 Jan 2024 17:46:32 +0100 Subject: [PATCH 1/2] docs: Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c863f54a..53a2244f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - `npm install --save-dev @nx-extend/Pulumi` - [react.email](./packages/react-email/README.md) - `npm install --save-dev @nx-extend/react-email` -- [Shadcn/ui](./packages/shadcn-ui/README.md) +- [shadcn/ui](./packages/shadcn-ui/README.md) - `npm install --save-dev @nx-extend/shadcn-ui` ## GitHub actions From 3677e3b1633e41b590d773eabbfdc81bd5c69ad7 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 26 Jan 2024 11:41:38 +0100 Subject: [PATCH 2/2] feat(actions): Update to `node20` --- CHANGELOG.md | 50 ------------------------------------- actions/plan/action.yml | 2 +- actions/run-many/action.yml | 2 +- actions/set-shas/action.yml | 2 +- 4 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 4411a154..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,50 +0,0 @@ -## [1.0.4](https://github.com/TriPSs/nx-extend/compare/v1.0.3...v1.0.4) (2021-01-27) - - -### Bug Fixes - -* Update all deps and release Strapi ([522fd58](https://github.com/TriPSs/nx-extend/commit/522fd58881de03302241fad7580ece20d3f043d8)) - - - -## [1.0.3](https://github.com/TriPSs/nx-extend/compare/v1.0.2...v1.0.3) (2020-12-27) - - -### Bug Fixes - -* **strapi:** Fixed wrong success code send back ([41346ba](https://github.com/TriPSs/nx-extend/commit/41346ba9737dfc925948ca04b346d25db64d7894)) - - - -## [1.0.2](https://github.com/TriPSs/nx-extend/compare/v1.0.1...v1.0.2) (2020-12-14) - - -### Bug Fixes - -* Fixed release step ([e494144](https://github.com/TriPSs/nx-extend/commit/e494144a59939fee6e1686fd72db4d79c3714756)) - - - -## [1.0.1](https://github.com/TriPSs/nx-extend/compare/v1.0.0...v1.0.1) (2020-12-14) - - -### Bug Fixes - -* Fix in build order ([72b6a73](https://github.com/TriPSs/nx-extend/commit/72b6a7363b52ae1a9f7cd8763745d70d5d53d973)) - - - -# [1.0.0](https://github.com/TriPSs/nx-extend/compare/v0.1.1...v1.0.0) (2020-12-14) - - -### Bug Fixes - -* Fixed publish to NPM ([4fe6784](https://github.com/TriPSs/nx-extend/commit/4fe6784b08cf735205fcb07368f077f5f960bea2)) - - -### BREAKING CHANGES - -* Release as v1 - - - diff --git a/actions/plan/action.yml b/actions/plan/action.yml index 110b904e..8bd7d462 100644 --- a/actions/plan/action.yml +++ b/actions/plan/action.yml @@ -2,7 +2,7 @@ name: 'Plan run many' description: 'Plans a matrix to run the correct NX projects' author: 'Tycho Bokdam' runs: - using: 'node16' + using: 'node20' main: './dist/index.js' inputs: diff --git a/actions/run-many/action.yml b/actions/run-many/action.yml index ee316cb6..a94ca1a2 100644 --- a/actions/run-many/action.yml +++ b/actions/run-many/action.yml @@ -2,7 +2,7 @@ name: 'Run Many' description: 'Runs the correct NX projects' author: 'Tycho Bokdam' runs: - using: 'node16' + using: 'node20' main: './dist/index.js' inputs: diff --git a/actions/set-shas/action.yml b/actions/set-shas/action.yml index cc5b44fb..8c583ee4 100644 --- a/actions/set-shas/action.yml +++ b/actions/set-shas/action.yml @@ -2,7 +2,7 @@ name: 'Nx set SHAs' description: 'Derives appropriate SHAs for base and head for use in `nx affected` commands, optionally setting them as environment variables for the current job' runs: - using: 'node16' + using: 'node20' main: './dist/index.js' inputs: