ci: build node:17 for aarch64 and armv7 Linux

This commit is contained in:
LongYinan 2021-12-18 16:00:16 +08:00
parent 049b8799c1
commit 59a7e37901
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

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