Skip to content

chore(deps): update yarn to v4.15.0 #3849

chore(deps): update yarn to v4.15.0

chore(deps): update yarn to v4.15.0 #3849

name: example-install-command
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
install-command:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Custom Yarn command
uses: ./ # if copying, replace with cypress-io/github-action@v7
with:
working-directory: examples/install-command
# https://classic.yarnpkg.com/en/docs/cli/install
install-command: yarn --frozen-lockfile --silent