diff --git a/.changeset/brave-places-nail.md b/.changeset/brave-places-nail.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/brave-places-nail.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cac3b98..c73cbf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version-file: 'package.json' + node-version-file: '.node-version' cache: 'npm' - run: npm install --prefer-offline --no-audit - name: Check for changes requiring a changeset diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9281a22..e83ea0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version-file: 'package.json' + node-version-file: '.node-version' cache: 'npm' - run: npm install --prefer-offline --no-audit diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..d5b283a --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +22.13.1 diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..157c156 --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[settings] +idiomatic_version_file_enable_tools = ["node"] diff --git a/package-lock.json b/package-lock.json index c5bb4e0..1828614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6202,7 +6202,7 @@ }, "packages/eslint-config": { "name": "@awesome-code-style/eslint-config", - "version": "6.2.0", + "version": "6.2.1", "license": "MIT", "dependencies": { "@eslint/js": "^9.28.0", @@ -6224,7 +6224,7 @@ "peerDependencies": { "eslint": ">= 9", "eslint-plugin-react": "^7.37.1", - "eslint-plugin-react-hooks": "^6.0.0 || ^7.0.0" + "eslint-plugin-react-hooks": "^6.1.1 || ^7.0.0" }, "peerDependenciesMeta": { "eslint-plugin-react": { diff --git a/package.json b/package.json index 7ce8398..6bdf8d4 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,5 @@ "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.12", "prettier": "^3.4.2" - }, - "volta": { - "node": "22.13.1" } }