1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

Update smok-test-module.yml

This commit is contained in:
Juan Picado 2024-09-14 10:29:51 +02:00
parent 4c307c096d
commit a5877fbc5a

@ -5,14 +5,14 @@ on: [push, pull_request]
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
group: ci-${{ github.ref }}-6x
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: false
matrix:
node_version: [18, 19, 20, 21, 22]
node_version: [18, 20, 21, 22]
runs-on: ubuntu-latest
steps: