diff --git a/.github/workflows/typescript-service-starter.yml b/.github/workflows/typescript-service-starter.yml index d41d3e06..e250bb30 100644 --- a/.github/workflows/typescript-service-starter.yml +++ b/.github/workflows/typescript-service-starter.yml @@ -40,7 +40,7 @@ jobs: echo "REDIS_URL=redis://localhost:${{ job.services.redis.ports[6379] }}" >> $GITHUB_ENV - uses: actions/checkout@v3 - - uses: volta-cli/action@v3 + - uses: actions/setup-node@v3 - run: npm ci - name: Dependencies audit