diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9534c9..d5da910 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [16, 18, 20, 22] + node-version: [18, 20, 22] steps: - name: Checkout code diff --git a/README.md b/README.md index f5c05b3..1f5c338 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ You can achieve similar results with these projects: ## Pre-requisites -- NodeJS 20.x +- NodeJS 17 or newer (currently tested with NodeJS 18, 20, and 22) - A package manager like bun, npm, yarn, pnpm, ... ## Installation