Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 86d54ee

Browse files
chore(deps-dev): bump semantic-release from 19.0.5 to 20.1.0 (#330)
1 parent 89d12c1 commit 86d54ee

File tree

4 files changed

+910
-294
lines changed

4 files changed

+910
-294
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ubuntu-latest, windows-2019]
10-
node: [12, 14, 16, 17]
10+
node: [12, 14, 16, 18]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest, windows-2019]
3333
version: ['0.1', '0.2', 'development']
34-
node: [14, 16]
34+
node: [14, 18]
3535

3636
runs-on: ${{ matrix.os }}
3737
steps:
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup Node.js
7878
uses: actions/setup-node@v3
7979
with:
80-
node-version: 16
80+
node-version: 18
8181

8282
- name: Install dependencies
8383
run: npm ci

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 18
1313

1414
- name: Install dependencies
1515
run: npm i

0 commit comments

Comments
 (0)