mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update smok-test-module.yml
This commit is contained in:
parent
9f66c41273
commit
09d4ee9dfe
1 changed files with 2 additions and 4 deletions
6
.github/workflows/smok-test-module.yml
vendored
6
.github/workflows/smok-test-module.yml
vendored
|
@ -2,9 +2,7 @@ name: Module Smoke Test 5.x
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 5.x
|
||||
push:
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
|
@ -20,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
- name: Use Node
|
||||
- name: Use Node ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
|
|
Loading…
Reference in a new issue