Skip to content

Commit

Permalink
fix pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 11, 2024
1 parent 2af7b13 commit c876769
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/continuous_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup NodeJS
uses: ./.github/actions/setup-node
with:
node-version: 18

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down Expand Up @@ -71,6 +66,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit c876769

Please sign in to comment.