Skip to content

Commit 9839d44

Browse files
committed
💚 Specify looser Node.js versions
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 75addc6 commit 9839d44

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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)