diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 800123af..e68f2569 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: package.json - run: npm ci - run: npx editorconfig-checker diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7e282aef..3aee3b4c 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: package.json - run: npm ci - run: npx eslint diff --git a/package.json b/package.json index be6eee91..2d639cf6 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "prepare": "husky || true" }, "engines": { - "node": "20", - "npm": "10" + "node": "20" }, "devDependencies": { "@11ty/eleventy": "^3.0.0",