Skip to content

Commit 9c7f171

Browse files
committed
🔀 Merge pull request #351 from 'devel' into release
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
2 parents e302f0c + e5a3871 commit 9c7f171

File tree

5 files changed

+1354
-1399
lines changed

5 files changed

+1354
-1399
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
fail-fast: false
77
matrix:
88
node:
9-
- '14.17.5'
10-
- '16.13.1'
11-
- '17.2.0'
9+
- 14
10+
- 16
11+
- 18
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
fail-fast: false
77
matrix:
88
node:
9-
- '14.17.5'
10-
- '16.13.1'
11-
- '17.2.0'
9+
- 14
10+
- 16
11+
- 18
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

.github/workflows/example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
fail-fast: false
99
matrix:
1010
node:
11-
- '14.17.5'
12-
- '16.13.1'
13-
- '17.2.0'
11+
- 14
12+
- 16
13+
- 18
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)