Skip to content

Commit

Permalink
chore(deps): bump NodeJS from Node v16 to v18 (#8188)
Browse files Browse the repository at this point in the history
The lambdas (`deployer/aws-lambda/*/package.json`) will be bumped separately.

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
queengooborg and caugner authored Feb 10, 2023
1 parent 4ba767e commit b84deca
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn
cache-dependency-path: |
deployer/aws-lambda/content-origin-request/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-published-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: "yarn"

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: "yarn"

- name: Lint markdown files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kumascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn
cache-dependency-path: |
yarn.lock
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 18
cache: yarn

- name: Install all yarn packages
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.19
v18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@
"workbox-webpack-plugin": "^6.5.4"
},
"engines": {
"node": "^16.17.0 || >=18.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit b84deca

Please sign in to comment.