diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8622281c2..fc2e60705 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,6 +38,11 @@ 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