From 1d239d63e6350a08fa59d6eace067c9b20f702cc Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 16 Nov 2020 22:09:20 +0100 Subject: [PATCH] Make Node.js support precise --- .github/workflows/test.yml | 6 +++--- package.json | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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",