diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index d44535f..76f2387 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -12,10 +12,6 @@ permissions: jobs: lint: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [] - steps: - uses: actions/checkout@v4 - name: Set up frontend @@ -28,10 +24,6 @@ jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [] - steps: - uses: actions/checkout@v4 - name: Set up frontend diff --git a/package.json b/package.json index 354be00..ce865e4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "prettier": "prettier-config-smarthr", "engines": { - "node": "20.11.1" + "node": ">= 20.0.0" }, "packageManager": "pnpm@8.15.5", "license": "MIT",