Skip to content

Commit

Permalink
chore: 🤖 update dependency node to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent b7f7845 commit 21de028
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 20.11.1
node-version: 20.17.0
package-manager: pnpm
package-manager-version: 8.15.4

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 @@ -19,7 +19,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 20.11.1
node-version: 20.17.0
package-manager: pnpm
package-manager-version: 8.15.4

Expand Down
10 changes: 5 additions & 5 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: 20.11.1
node-version: 20.17.0
package-manager: pnpm
package-manager-version: 8.15.4

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.17.0
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-toastify": "10.0.4"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "20.16.10",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vitejs/plugin-react": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion functions/redirect-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.134",
"@types/node": "20.11.24",
"@types/node": "20.16.10",
"esbuild": "0.20.1",
"esbuild-plugin-tsc": "0.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion functions/store-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/node": "20.11.25",
"@types/node": "20.16.10",
"esbuild": "0.20.1",
"esbuild-plugin-tsc": "0.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@types/node": "20.11.25",
"@types/node": "20.16.10",
"commitizen": "4.3.0",
"cspell": "8.6.0",
"cz-vinyl": "2.5.1",
Expand All @@ -40,6 +40,6 @@
"packageManager": "[email protected]",
"engines": {
"pnpm": "8.15.4",
"node": "20.11.1"
"node": "20.17.0"
}
}
Loading

0 comments on commit 21de028

Please sign in to comment.