Skip to content

Commit

Permalink
chore(deps-dev): bump semantic-release from 19.0.5 to 20.1.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 89d12c1 commit 86d54ee
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 294 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
node: [12, 14, 16, 17]
node: [12, 14, 16, 18]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-2019]
version: ['0.1', '0.2', 'development']
node: [14, 16]
node: [14, 18]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm i
Expand Down
Loading

0 comments on commit 86d54ee

Please sign in to comment.