diff --git a/.github/workflows/_terraform-apply.yml b/.github/workflows/_terraform-apply.yml index 9988a8f8..8f4ddb87 100644 --- a/.github/workflows/_terraform-apply.yml +++ b/.github/workflows/_terraform-apply.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 id: pnpm-install with: version: 8 diff --git a/.github/workflows/_terraform-plan-pr-comment.yml b/.github/workflows/_terraform-plan-pr-comment.yml index b98ca1b5..5340be84 100644 --- a/.github/workflows/_terraform-plan-pr-comment.yml +++ b/.github/workflows/_terraform-plan-pr-comment.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 id: pnpm-install with: version: 8 diff --git a/.github/workflows/_validate.yml b/.github/workflows/_validate.yml index c676e3f5..7acb5b7c 100644 --- a/.github/workflows/_validate.yml +++ b/.github/workflows/_validate.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 id: pnpm-install with: version: 8 diff --git a/README.md b/README.md index f8c1d17a..50e5a97f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ The platform is made up of the following high-level terms. ## Development +This project uses the version of Node.js defined in [.nvmrc](./nvmrc). To ensure you're using the correct node version, you may use the [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm): + +```bash +nvm install +``` + This project uses [pnpm workspaces](https://pnpm.io/workspaces). To work with this project, [install pnpm](https://pnpm.io/installation) and then the project dependencies: ```bash diff --git a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx index d44bbbfa..e5c396e6 100644 --- a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx +++ b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx @@ -172,22 +172,22 @@ export const FieldsetAddPatternButton = ({ isOpen={isOpen} patternSelected={patternSelected} > - {' '}