diff --git a/.changeset/chilly-camels-obey.md b/.changeset/chilly-camels-obey.md new file mode 100644 index 00000000..3c32a5eb --- /dev/null +++ b/.changeset/chilly-camels-obey.md @@ -0,0 +1,5 @@ +--- +'pleasantest': major +--- + +Drop support for node 16 diff --git a/.changeset/stale-bananas-yell.md b/.changeset/stale-bananas-yell.md new file mode 100644 index 00000000..b17b3ed7 --- /dev/null +++ b/.changeset/stale-bananas-yell.md @@ -0,0 +1,5 @@ +--- +'pleasantest': minor +--- + +Add support for node 22 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07865252..6999caec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index cd10b047..fac285bd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pleasantest", "version": "4.0.0", "engines": { - "node": "16 || 18 || 20" + "node": "18 || 20 || 22" }, "files": [ "dist"