chore: build node 18 linux arm image

This commit is contained in:
LongYinan 2022-04-22 23:16:06 +08:00 committed by GitHub
parent d56c9c56a8
commit 454d3b8cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['12', '14', '16', '17']
version: ['12', '14', '16', '18']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3