diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b16eef1bb..b7b5fea22a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: [10.x, 14.x] + node-version: [10.13.0, 14.x] exclude: - os: macOS-latest - node-version: 10.x + node-version: 10.13.0 - os: windows-latest - node-version: 10.x + node-version: 10.13.0 fail-fast: false steps: diff --git a/package.json b/package.json index d3ab24dc7d..0bf887b927 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,9 @@ "pre-commit": "prettier --check ." } }, + "engines": { + "node": ">=10.13.0" + }, "jest": { "testMatch": [ "**/test/**/*.js",