Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 7692646

Browse files
author
SSen
committed
chore: drop support node 10
1 parent 6004a02 commit 7692646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node: [10, 12, 14]
19+
node: [12, 14, 15]
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121

2222
steps:

packages/.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bugs": "https://github.com/rocket-hangar/openapi-typescript-generator/issues",
66
"homepage": "https://github.com/rocket-hangar/openapi-typescript-generator/tree/master/packages/src/{name}",
77
"engines": {
8-
"node": ">=10"
8+
"node": ">=12"
99
},
1010
"publishConfig": {
1111
"access": "public"

0 commit comments

Comments
 (0)