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:
parent
4c307c096d
commit
a5877fbc5a
4
.github/workflows/smok-test-module.yml
vendored
4
.github/workflows/smok-test-module.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user