Skip to content

Commit

Permalink
chore(deps-dev): Bump semantic-release from 17.4.7 to 18.0.0 (markedj…
Browse files Browse the repository at this point in the history
…s#2208)

* chore(deps-dev): Bump semantic-release from 17.4.7 to 18.0.0

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 18.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.4.7...v18.0.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore(ci): use node lts for release

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Brix <[email protected]>
  • Loading branch information
dependabot[bot] and UziTech authored Sep 20, 2021
1 parent 189fef4 commit 254b93b
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 118 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Node
uses: dcodeIO/setup-node-nvm@master
with:
node-version: 'lts/*'
- name: Install Dependencies
run: npm ci
- name: Build 🗜️
Expand Down
Loading

0 comments on commit 254b93b

Please sign in to comment.