Skip to content

Commit 55510de

Browse files
committed
Update Node.js version in workflows
1 parent 0698550 commit 55510de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
cache: yarn
28-
node-version: 16
28+
node-version: 18
2929

3030
- name: 📥 Install deps
3131
run: yarn --frozen-lockfile

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v3
2727
with:
2828
cache: yarn
29-
node-version: 16
29+
node-version: 18
3030

3131
- name: 📥 Install deps
3232
run: yarn --frozen-lockfile
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343

4444
matrix:
45-
node: [14, 16, 18, 20]
45+
node: [18, 20]
4646
os: [ubuntu-latest, windows-latest, macos-latest]
4747
project: [blob, fetch, file, form-data, stream]
4848

0 commit comments

Comments
 (0)