From c97fc66bb1644db3af4edd260617c0ac18326c18 Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Fri, 22 Apr 2022 15:20:09 +0200 Subject: [PATCH] Update supported versions --- .github/workflows/tests.yaml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7d75f18..6751a5e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,8 +8,7 @@ jobs: matrix: node-version: - 14.x - - 16.x - - 17.x + - 18.x steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/package.json b/package.json index a3d72fb..0a40a82 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓" }, "engines": { - "node": ">=8" + "node": ">=14" }, "dependencies": { "@rollup/plugin-commonjs": "~21.0.2",