Skip to content

Update pnpm to v10.2.0 () #2267

Update pnpm to v10.2.0 ()

Update pnpm to v10.2.0 () #2267

Workflow file for this run

name: hello-world
on:
pull_request:
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
push:
branches:
- main
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
defaults:
run:
working-directory: hello-world
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm test
- run: pnpm build
- name: Run hello-world
uses: ./hello-world
with:
name: foo