diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7854e626..5413b4d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 19.x] + node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4 diff --git a/.nvmrc b/.nvmrc index cb406c60..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.2 +20 diff --git a/netlify.toml b/netlify.toml index 0e80ea55..dc31de6b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "echo 'no op'" publish = "example" [build.environment] -NODE_VERSION = "16.15.1" +NODE_VERSION = "20" [[plugins]] package = "./src/index.js" diff --git a/package.json b/package.json index bc443ec1..2f6c5467 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "puppeteer": "^18.0.0" }, "engines": { - "node": ">=14.15 <20" + "node": ">=18.14.0" }, "type": "module", "repository": {