Skip to content

Commit b183de8

Browse files
committed
chore: github actions node v16 -> v18
1 parent 5fb9f90 commit b183de8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 16
43+
node-version: 18
4444
cache: "pnpm"
4545

4646
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 16
43+
node-version: 18
4444
cache: 'pnpm'
4545

4646
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Node
6969
uses: actions/setup-node@v3
7070
with:
71-
node-version: 16
71+
node-version: 18
7272
cache: 'pnpm'
7373

7474
- name: Install dependencies
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: [ubuntu-latest, windows-latest, macos-latest]
94-
node_version: [16]
94+
node_version: [18]
9595
fail-fast: false
9696
needs:
9797
- build

0 commit comments

Comments
 (0)