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 a2094f3 commit 668cad0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/testandpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ on:
push:

jobs:
install:
test:
name: Test Application
runs-on: ubuntu-latest

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

0 comments on commit 668cad0

Please sign in to comment.