Skip to content

Commit

Permalink
Merge pull request #31 from nrccua/update/packages_20230915
Browse files Browse the repository at this point in the history
Publish at the same node version we're testing against
  • Loading branch information
TheCleric authored Sep 15, 2023
2 parents 1a0b6a9 + c275d7d commit 949240e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 949240e

Please sign in to comment.