Skip to content

Commit

Permalink
Merge pull request #26 from darkmavis1980/feature/remove-support-node-14
Browse files Browse the repository at this point in the history
Feature/remove support node 14
  • Loading branch information
darkmavis1980 authored Jan 9, 2024
2 parents 5a37d99 + 800ba34 commit b5fd831
Show file tree
Hide file tree
Showing 6 changed files with 1,118 additions and 973 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18, 20 ]

name: Node ${{ matrix.node }} sample
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18, 20 ]

name: Node ${{ matrix.node }} sample
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [v0.5.2](https://github.com/darkmavis1980/px-converter/compare/v0.5.1...v0.5.2)
## [v0.6.0](https://github.com/darkmavis1980/px-converter/compare/v0.5.3...v0.6.0)

### Commits

- feat: remove support for node 14 [`275ddd3`](https://github.com/darkmavis1980/px-converter/commit/275ddd3ba9b39f5d57c033f5c05c72bb12517c5c)

## [v0.5.3](https://github.com/darkmavis1980/px-converter/compare/v0.5.2...v0.5.3) - 2023-08-27

### Merged

- Bugfix/fix audit issue [`#24`](https://github.com/darkmavis1980/px-converter/pull/24)

### Commits

- chore: update dependencies [`a71befd`](https://github.com/darkmavis1980/px-converter/commit/a71befde57d3b1c243d2b5814e3ccf0d5edf60bb)

## [v0.5.2](https://github.com/darkmavis1980/px-converter/compare/v0.5.1...v0.5.2) - 2023-06-27

### Merged

Expand Down
Loading

0 comments on commit b5fd831

Please sign in to comment.