Skip to content

Commit

Permalink
chore: bump min node version to 16.18 (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry authored Oct 24, 2023
1 parent 773e2a8 commit 6a782ff
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/choose-pages-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
env:
node-version: 16.14
node-version: 16.18

- name: Build
run: pnpm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codecov-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-pullrequest-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/d1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/edge-preview-authenticated-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/experimental-wasm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-errors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playground-preview-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-create-cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: "Create .env file"
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request
on: pull_request

env:
node-version: 16.14
node-version: 16.18
jobs:
add-to-project:
name: Add PR to project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/queues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.8.0
- name: Use Node.js 16.14
- name: Use Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 16.18
cache: "pnpm"

- name: Install workerd Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"turbo": "^1.10.14"
},
"engines": {
"node": ">=16.13.0"
"node": ">=16.17.0"
},
"volta": {
"node": "16.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@
"fsevents": "~2.3.2"
},
"engines": {
"node": ">=16.13.0"
"node": ">=16.17.0"
}
}

0 comments on commit 6a782ff

Please sign in to comment.