mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(deps): bump actions/setup-node from 3.8.2 to 4.0.1 (#4362)
This commit is contained in:
parent
224ddd91d7
commit
fcfa14fa9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-ci.yml
vendored
4
.github/workflows/e2e-ci.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
# - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||||
# - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
|
# - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3
|
||||||
# with:
|
# with:
|
||||||
# node-version: ${{ matrix.node }}
|
# node-version: ${{ matrix.node }}
|
||||||
# - name: Install pnpm
|
# - name: Install pnpm
|
||||||
|
@ -185,7 +185,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||||
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
|
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
|
|
Loading…
Reference in a new issue