diff --git a/src/templates/basic.ts b/src/templates/basic.ts index 7d077e353..e7b28fc0f 100644 --- a/src/templates/basic.ts +++ b/src/templates/basic.ts @@ -20,7 +20,7 @@ const basicTemplate: Template = { typings: `dist/index.d.ts`, files: ['dist', 'src'], engines: { - node: '>=10', + node: '>=12', }, scripts: { start: 'tsdx watch', diff --git a/templates/basic/.github/workflows/main.yml b/templates/basic/.github/workflows/main.yml index 535e4b7c9..22afb9802 100644 --- a/templates/basic/.github/workflows/main.yml +++ b/templates/basic/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] + node: ['12.x', '14.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: