Skip to content

Commit f6d530d

Browse files
committed
update workflow version
1 parent d0f53bd commit f6d530d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/fetch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
node-version:
23-
- 16
23+
- 18
2424
project:
2525
- fetch
2626
steps:

.github/workflows/file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
node-version:
22-
- 16
22+
- 18
2323
project:
2424
- file
2525
steps:

.github/workflows/form-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
node-version:
23-
- 16
23+
- 18
2424
project:
2525
- form-data
2626
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 18
2323
cache: 'yarn'
2424
- name: Install
2525
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)