diff --git a/.github/workflows/editorconfig.yaml b/.github/workflows/editorconfig.yaml index 2d26efe..e2b4b7f 100644 --- a/.github/workflows/editorconfig.yaml +++ b/.github/workflows/editorconfig.yaml @@ -19,6 +19,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 + - name: Set Up Node + uses: actions/setup-node@v4 + with: + node-version: latest + - name: Set Up BunJS uses: oven-sh/setup-bun@v2 diff --git a/package.json b/package.json index 54b5101..eaa39c1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@commitlint/types": "^19.5.0", - "editorconfig-checker": "^5.1.9", + "editorconfig-checker": "^6.0.1", "git-pull-run": "^1.4.0", "husky": "^9.1.7", "lint-staged": "^15.3.0",