Skip to content

Commit

Permalink
pnpm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 4, 2024
1 parent 634a712 commit a2094f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testandpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:

jobs:
install:
runs-on: ubuntu-latest

steps:
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
test:
name: Test Application
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2094f3

Please sign in to comment.