diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63baf8e..103eb37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache node modules uses: actions/cache@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af4e34..0abc976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.2](https://github.com/nrccus/eslint-config/compare/1.4.1...1.4.2) (2023-09-15) + + +### Changes + +* Publish at the same node version we're testing against ([4fcb287](https://github.com/nrccus/eslint-config/commit/4fcb287766266b68690ae7b5ea292948c3c6fd2d)) +* Update to 1.4.1 ([08e4d29](https://github.com/nrccus/eslint-config/commit/08e4d29d983c446a15f22b984e7cc4dd04dabdea)) + ### [1.4.1](https://github.com/nrccus/eslint-config/compare/1.4.0...1.4.1) (2023-09-15) diff --git a/package.json b/package.json index b432394..d6a89c4 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "update:version:major": "standard-version --release-as major", "update:version:minor": "standard-version --release-as minor" }, - "version": "1.4.1" + "version": "1.4.2" }