Skip to content

Commit

Permalink
Merge pull request #797 from WestpacGEL/feature/update-node-version
Browse files Browse the repository at this point in the history
Feature/update node version
  • Loading branch information
jaortiz authored Jun 6, 2024
2 parents 73196fa + 5f4e73a commit 442131a
Show file tree
Hide file tree
Showing 7 changed files with 10,829 additions and 8,323 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0
version: 9.1.2

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0
version: 9.1.2

- name: Get pnpm store directory
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0
version: 9.1.2

- name: Get pnpm store directory
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.2.0
version: 9.1.2

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"turbo": "^1.9.0"
},
"engines": {
"node": ">=18.17.0"
"node": ">=20"
},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@9.1.2",
"dependencies": {
"typescript": "~5.1.6"
}
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
"@testing-library/user-event": "~14.4.3",
"@types/lodash-es": "~4.17.8",
"@types/lodash.throttle": "~4.1.7",
"@types/node": "~20.12.12",
"@types/prettier": "~2.7.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.1",
Expand Down
Loading

0 comments on commit 442131a

Please sign in to comment.