Skip to content

Commit 086bff3

Browse files
committed
ci: bump to node 18 in ci
1 parent ad5ca7c commit 086bff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ubuntu-latest]
49-
node: [16]
49+
node: [20]
5050

5151
steps:
5252
- uses: actions/checkout@v4
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-latest, windows-latest]
74-
node: [16]
74+
node: [18]
7575

7676
steps:
7777
- uses: actions/checkout@v4
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
matrix:
100100
os: [ubuntu-latest, windows-latest]
101-
node: [16]
101+
node: [18]
102102

103103
steps:
104104
- uses: actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
matrix:
125125
os: [ubuntu-latest, windows-latest]
126-
node: [16]
126+
node: [18]
127127

128128
steps:
129129
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)