Skip to content

Commit 987f731

Browse files
committed
chore: add node 18 to ci
1 parent b01b675 commit 987f731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
- '12'
140140
- '14'
141141
- '16'
142+
- '18'
142143
runs-on: ${{ matrix.settings.host }}
143144
steps:
144145
- uses: actions/checkout@v3
@@ -176,6 +177,7 @@ jobs:
176177
- '12'
177178
- '14'
178179
- '16'
180+
- '18'
179181
runs-on: ubuntu-latest
180182
steps:
181183
- uses: actions/checkout@v2
@@ -213,6 +215,7 @@ jobs:
213215
- '12'
214216
- '14'
215217
- '16'
218+
- '18'
216219
runs-on: ubuntu-latest
217220
steps:
218221
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset

0 commit comments

Comments
 (0)