Skip to content

Commit

Permalink
Merge pull request #658 from eclass/feature/node18
Browse files Browse the repository at this point in the history
feat(update): release version
  • Loading branch information
Eriold authored Oct 6, 2023
2 parents e708f25 + c512e07 commit 7803659
Show file tree
Hide file tree
Showing 7 changed files with 9,037 additions and 14,464 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14.19.0', '16.14.0', '17.4.0']
node: ['18']
name: Node ${{ matrix.node }} testing
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '17.4.0'
node-version: '18'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '17.4.0'
node-version: '18'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.4.0
18.18.0
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# [3.0.0](https://github.com/eclass/semantic-release-sentry-releases/compare/v2.11.0...v3.0.0) (2022-02-10)


### Bug Fixes

* **deps:** update min node and semantic-release ([ea325ba](https://github.com/eclass/semantic-release-sentry-releases/commit/ea325ba294fb788b97abddf8315960c3a65d81d6))

- **deps:** update min node and semantic-release ([ea325ba](https://github.com/eclass/semantic-release-sentry-releases/commit/ea325ba294fb788b97abddf8315960c3a65d81d6))

### BREAKING CHANGES

* **deps:** Set min node version to 14.17.0 and semantic-release 18.0.0
- **deps:** Set min node version to 14.17.0 and semantic-release 18.0.0

# [2.11.0](https://github.com/eclass/semantic-release-sentry-releases/compare/v2.10.1...v2.11.0) (2021-10-01)

Expand Down
Loading

0 comments on commit 7803659

Please sign in to comment.