diff --git a/.github/workflows/continuous_deployment.yaml b/.github/workflows/continuous_deployment.yaml index 8b2d233..994d6d1 100644 --- a/.github/workflows/continuous_deployment.yaml +++ b/.github/workflows/continuous_deployment.yaml @@ -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: @@ -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