0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

chore: node 18 on 5.x ci (#3138)

This commit is contained in:
Juan Picado 2022-04-21 08:22:04 +02:00 committed by GitHub
parent 95212188d4
commit c62bc4e538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [12, 14, 15, 16, 17]
node_version: [12, 14, 15, 16, 17, 18]
runs-on: ubuntu-latest