Skip to content

tests(deps): update pnpm example node.js to 22 (#1296) #1185

tests(deps): update pnpm example node.js to 22 (#1296)

tests(deps): update pnpm example node.js to 22 (#1296) #1185

name: example-yarn-modern
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
yarn-modern:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Custom Yarn command
uses: ./
with:
working-directory: examples/yarn-modern
# https://yarnpkg.com/cli/install
install-command: yarn install