Skip to content

Commit 9b59f30

Browse files
committed
fix: bump supported node to 18,20
1 parent ec13c2e commit 9b59f30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [10, 12]
11+
node: [18, 20]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [10, 12, 14]
9+
node: [18, 20]
1010
name: Test on Node.js ${{ matrix.node }}
1111
steps:
1212
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [10, 12]
13+
node: [18, 20]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@master

0 commit comments

Comments
 (0)