Skip to content

Commit

Permalink
chore: 🤖 update dependency node to v20 (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-rofe authored Feb 13, 2024
2 parents 45f0b3a + 9381cac commit 86fcde0
Show file tree
Hide file tree
Showing 21 changed files with 75 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.19.0
node-version: 20.11.0

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-landing-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
sub-modules: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fulfill-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -91,7 +91,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -106,7 +106,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -121,7 +121,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand All @@ -136,7 +136,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 18.19.0
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20

- name: Semantic Release
uses: cycjimmy/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
20.11.0
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@exlint.io/common": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/node": "18.19.7",
"@types/node": "20.11.16",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.48",
"@types/react-datepicker": "4.19.5",
Expand Down Expand Up @@ -91,7 +91,7 @@
"vite-tsconfig-paths": "4.2.3"
},
"peerDependencies": {
"@types/node": "18.19.7",
"@types/node": "20.11.16",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.56.0",
"prettier": "2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.common-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.landing-page-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0
FROM node:20.11.0

RUN npm i -g [email protected]
RUN npm i -g [email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@exlint.io/inflint": "2.0.0",
"@playwright/test": "1.40.1",
"@prisma/client": "4.16.2",
"@types/node": "18.19.7",
"@types/node": "20.11.16",
"@types/totp-generator": "0.0.8",
"@types/wait-on": "5.3.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down Expand Up @@ -81,6 +81,6 @@
"packageManager": "[email protected]",
"engines": {
"pnpm": "8.14.1",
"node": "18.19.0"
"node": "20.11.0"
}
}
Loading

0 comments on commit 86fcde0

Please sign in to comment.