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 28, 2024
1 parent 9ac5a84 commit 6cf0f0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Pull Request

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

0 comments on commit 6cf0f0c

Please sign in to comment.