diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbee15e..b307df7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - node: ['16'] + node: ['20'] steps: - name: Checkout the project diff --git a/package.json b/package.json index 6f3ca09..6b45b53 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "extends @roots/browserslist-config" ], "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "type": "module", "scripts": {