Skip to content

Commit 46f2994

Browse files
authored
chore: bump min node version to 18 (#1849)
1 parent d204b39 commit 46f2994

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/http-spec-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: 18
3131

3232
- name: Setup NPM cache
3333
uses: actions/cache@v3

.github/workflows/pr-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 18
2323

2424
- uses: actions/cache@v3
2525
with:

.github/workflows/publish-latest-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 17
24+
node-version: 18
2525

2626
- uses: actions/cache@v3
2727
with:

0 commit comments

Comments
 (0)