Skip to content

Commit

Permalink
Improvements v2 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Jan 26, 2024
2 parents 5a3ddf2 + 3677e3b commit 2c093c3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 54 deletions.
50 changes: 0 additions & 50 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion actions/run-many/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion actions/set-shas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c093c3

Please sign in to comment.