Skip to content

Commit

Permalink
chore: update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed May 27, 2024
1 parent 9ac5a84 commit 1968046
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ name: Pull Request

jobs:
test:
env:
CI: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
env:
CI: true
run: pnpm install
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true
- name: Test
run: pnpm test

0 comments on commit 1968046

Please sign in to comment.