Skip to content

Commit

Permalink
Merge pull request #257 from Kibibit/release/2024-01-25
Browse files Browse the repository at this point in the history
Release/2024 01 25
  • Loading branch information
thatkookooguy committed Jan 25, 2024
2 parents 394bed6 + 39ae91b commit 8fe9c82
Show file tree
Hide file tree
Showing 11 changed files with 42,294 additions and 26,263 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Cache node modules
uses: actions/cache@v3
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Cache node modules
uses: actions/cache@v3
id: cache-node-modules
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
achievibit changelog

# [1.4.0-beta.3](https://github.com/kibibit/gitflow-hotfix/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2024-01-25)


### Bug Fixes

* **security:** run npm audit fix ([abc4fe6](https://github.com/kibibit/gitflow-hotfix/commit/abc4fe678b4f45401e1de11d4bdae2e069311904))
* **security:** update all dependencies to latest ([8b09bbb](https://github.com/kibibit/gitflow-hotfix/commit/8b09bbb26bcef6ad59cfa20f7c25e5a6bb69347e))
* **actions:** update pipelines to node 20 as well ([819978e](https://github.com/kibibit/gitflow-hotfix/commit/819978e993ed88e532801150d5d46623cc9589a6))


### Features

* **action:** update action to run on node 20 ([572448a](https://github.com/kibibit/gitflow-hotfix/commit/572448a8a8ba71867792575274cb9b983d19b1b8))

# [1.4.0](https://github.com/kibibit/gitflow-hotfix/compare/v1.3.1...v1.4.0) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ inputs:
required: false
description: prefix to test branch names against (default is 'hotfix/')
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 8fe9c82

Please sign in to comment.