Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: Bump semantic-release from 17.2.3 to 19.0.3 (#68)
Browse files Browse the repository at this point in the history
* chore: Bump semantic-release from 17.2.3 to 19.0.3

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.2.3...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* upgrade node js

* Update nodejs.yml

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Sedlacek <[email protected]>
  • Loading branch information
dependabot[bot] and jsedlacek authored Sep 13, 2022
1 parent c53a2dd commit 46ae604
Show file tree
Hide file tree
Showing 3 changed files with 1,509 additions and 1,975 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12]
node-version: [16]

steps:
- uses: actions/checkout@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install
run: yarn
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"handlebars-loader": "^1.7.1",
"mocha": "6.2.2",
"prettier": "^2.6.2",
"semantic-release": "^17.2.3",
"semantic-release": "^19.0.3",
"ts-loader": "^6.2.1",
"typescript": "^2.8.1",
"webpack": "^4.41.2",
Expand Down
Loading

1 comment on commit 46ae604

@vercel
Copy link

@vercel vercel bot commented on 46ae604 Sep 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.