Skip to content

Commit 0738e59

Browse files
committed
chore: change node v18.x version
1 parent d7c9b42 commit 0738e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
os: [ubuntu-latest, windows-latest, macos-latest]
84-
node: [18.16, 20]
84+
node: [18.19, 20]
8585

8686
runs-on: ${{ matrix.os }}
8787

@@ -142,7 +142,7 @@ jobs:
142142
strategy:
143143
matrix:
144144
os: [ubuntu-latest, windows-latest, macos-latest]
145-
node: [18.16, 20]
145+
node: [18.19, 20]
146146

147147
runs-on: ${{ matrix.os }}
148148

0 commit comments

Comments
 (0)