Skip to content

Commit 6a782ff

Browse files
authored
chore: bump min node version to 16.18 (#4266)
1 parent 773e2a8 commit 6a782ff

16 files changed

+30
-30
lines changed

.github/workflows/choose-pages-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Dependencies
3636
uses: ./.github/actions/install-dependencies
3737
env:
38-
node-version: 16.14
38+
node-version: 16.18
3939

4040
- name: Build
4141
run: pnpm run build

.github/workflows/codecov-context.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/create-pullrequest-prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: pnpm/action-setup@v2
1717
with:
1818
version: 8.8.0
19-
- name: Use Node.js 16.14
19+
- name: Use Node.js 16.18
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.14
22+
node-version: 16.18
2323
cache: "pnpm"
2424

2525
- name: Install workerd Dependencies

.github/workflows/d1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/edge-preview-authenticated-proxy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/experimental-wasm-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- uses: pnpm/action-setup@v2
1818
with:
1919
version: 8.8.0
20-
- name: Use Node.js 16.14
20+
- name: Use Node.js 16.18
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16.14
23+
node-version: 16.18
2424
cache: "pnpm"
2525

2626
- name: Install workerd Dependencies

.github/workflows/format-errors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- uses: pnpm/action-setup@v2
2424
with:
2525
version: 8.8.0
26-
- name: Use Node.js 16.14
26+
- name: Use Node.js 16.18
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 16.14
29+
node-version: 16.18
3030
cache: "pnpm"
3131

3232
- name: Install workerd Dependencies

.github/workflows/playground-preview-worker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/prerelease-create-cloudflare.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: pnpm/action-setup@v2
2222
with:
2323
version: 8.8.0
24-
- name: Use Node.js 16.14
24+
- name: Use Node.js 16.18
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16.14
27+
node-version: 16.18
2828
cache: "pnpm"
2929

3030
- name: Install workerd Dependencies

.github/workflows/prereleases.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: "Create .env file"
@@ -83,10 +83,10 @@ jobs:
8383
- uses: pnpm/action-setup@v2
8484
with:
8585
version: 8.8.0
86-
- name: Use Node.js 16.14
86+
- name: Use Node.js 16.18
8787
uses: actions/setup-node@v3
8888
with:
89-
node-version: 16.14
89+
node-version: 16.18
9090
cache: "pnpm"
9191

9292
- name: Install workerd Dependencies

.github/workflows/pullrequests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull Request
33
on: pull_request
44

55
env:
6-
node-version: 16.14
6+
node-version: 16.18
77
jobs:
88
add-to-project:
99
name: Add PR to project

.github/workflows/queues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
version: 8.8.0
21-
- name: Use Node.js 16.14
21+
- name: Use Node.js 16.18
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14
24+
node-version: 16.18
2525
cache: "pnpm"
2626

2727
- name: Install workerd Dependencies

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: pnpm/action-setup@v2
2121
with:
2222
version: 8.8.0
23-
- name: Use Node.js 16.14
23+
- name: Use Node.js 16.18
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16.14
26+
node-version: 16.18
2727
cache: "pnpm"
2828

2929
- name: Install workerd Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"turbo": "^1.10.14"
4949
},
5050
"engines": {
51-
"node": ">=16.13.0"
51+
"node": ">=16.17.0"
5252
},
5353
"volta": {
5454
"node": "16.13.0"

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@
206206
"fsevents": "~2.3.2"
207207
},
208208
"engines": {
209-
"node": ">=16.13.0"
209+
"node": ">=16.17.0"
210210
}
211211
}

0 commit comments

Comments
 (0)