diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70be1abe..df076639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index 7a175a0f..13344b9c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "packages/*", "examples/*" ], + "engines": { + "node": ">=16.0.0" + }, "scripts": { "test": "jest", "lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",