diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b7af87d..09fb3841 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,8 @@ jobs: strategy: matrix: node_version: - - 14 - - 16 - 18 + - 20 steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node_version }} diff --git a/package.json b/package.json index 54a06649..6ecd03aa 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,6 @@ ] }, "engines": { - "node": ">= 14" + "node": ">= 18" } }