mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: small fixes (#11797)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -357,7 +357,7 @@ jobs:
|
||||
path: puppeteer-test-installation-latest.tgz
|
||||
|
||||
installation-test:
|
||||
name: ${{ matrix.pkg_manager }} installation on ${{ matrix.os }} (${{ matrix.node }})
|
||||
name: ${{ matrix.pkg_manager }} installation on ${{ matrix.os }}
|
||||
needs: installation-test-build
|
||||
if: ${{ !startsWith(github.ref_name, 'release-please') }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -387,7 +387,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
|
||||
with:
|
||||
node-version-file: ${{ needs.installation-test-build.node-version }}
|
||||
node-version: ${{ needs.installation-test-build.outputs.node-version }}
|
||||
- name: Install dependencies
|
||||
run: ${{ matrix.pkg_manager }} install
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user