Skip to content

Commit 49e7f1c

Browse files
committed
Update node images for tests
1 parent d16af8f commit 49e7f1c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci-pr-validation.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ jobs:
181181
- name: Test NAPI file in linux_musl containers
182182
if: matrix.image == 'linux_musl'
183183
run: |
184-
./tests/load-test.sh node:16-alpine3.15 ${{matrix.cpu.platform}}
185-
./tests/load-test.sh node:18-alpine3.15 ${{matrix.cpu.platform}}
186-
./tests/load-test.sh node:19-alpine3.15 ${{matrix.cpu.platform}}
187-
./tests/load-test.sh node:22-alpine3.22 ${{matrix.cpu.platform}}
184+
./tests/load-test.sh node:18-alpine ${{matrix.cpu.platform}}
185+
./tests/load-test.sh node:19-alpine ${{matrix.cpu.platform}}
186+
./tests/load-test.sh node:22-alpine ${{matrix.cpu.platform}}
188187
189188
windows-napi:
190189
name: Build NAPI windows - Node ${{matrix.nodejs}} - ${{matrix.arch}}

0 commit comments

Comments
 (0)