Skip to content

Update pnpm to v9.12.1 #753

Update pnpm to v9.12.1

Update pnpm to v9.12.1 #753

name: update-outdated-pull-request-branch
on:
pull_request:
paths:
- update-outdated-pull-request-branch/**
- '*.json'
- '*.yaml'
- .github/workflows/update-outdated-pull-request-branch.yaml
push:
branches:
- main
paths:
- update-outdated-pull-request-branch/**
- '*.json'
- '*.yaml'
- .github/workflows/update-outdated-pull-request-branch.yaml
defaults:
run:
working-directory: update-outdated-pull-request-branch
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm test
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
# update-outdated-pull-request-branch action supports only pull_request event
- if: github.event_name == 'pull_request'
uses: ./update-outdated-pull-request-branch
with:
expiration-days: 7