diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 0e73f57..c828633 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -13,10 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version-file: "package.json" - cache: "npm" - name: 📦 Install modules run: npm install - name: ⚙️ Run tests diff --git a/package-lock.json b/package-lock.json index e3bcfca..3093e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "typescript": "4.6.2" }, "engines": { - "node": "22.x" + "node": "18.x" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index b96b5e8..593cf3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rekor-search-ui", "version": "0.1.0", "engines": { - "node": "22.x" + "node": "18.x" }, "scripts": { "dev": "next dev",