diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc2e60705..8622281c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,11 +38,6 @@ jobs: - name: Copy .env run: cp .env.testing .env - - name: Use Node.js - uses: actions/setup-node@v3 - with: - node-version: '18.x' - - name: Install NPM run: npm install