Skip to content

Commit ef88d70

Browse files
authored
Bump supported versions (#1808)
1 parent 186f0c8 commit ef88d70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x, 18.x]
15+
node-version: [14.x, 16.x, 18.x]
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717

1818
steps:

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Old versions receive security updates for six months.
66

77
| Version | Supported |
88
| ------- | ------------------------------------------ |
9-
| 8.x | :white_check_mark: support ends 2022-07-31 |
10-
| < 8 | :x: |
9+
| 9.x | :white_check_mark: support ends 2023-06-01 |
10+
| < 9 | :x: |
1111

1212
Pull Requests for security issues will be considered for older versions back to 2.x.
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
]
7575
},
7676
"engines": {
77-
"node": "^12.20.0 || >=14"
77+
"node": ">=14"
7878
},
7979
"support": true
8080
}

0 commit comments

Comments
 (0)