diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2121b3..1ae1b52 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 18, 20 ] + node: [ 20 ] name: Linting on Ubuntu with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index cce62c5..9b9e23a 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 18, 20 ] + node: [ 20 ] name: Prettier on Ubuntu with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 642e74b..04fc6e1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 18, 20 ] + node: [ 20, 22 ] name: Tests on Ubuntu with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 @@ -24,7 +24,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node: [ 18, 20 ] + node: [ 20, 22 ] name: Tests on Windows with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index a0dc520..21578d9 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,11 @@ "typescript": "^5.5.4" }, "engines": { - "node": ">=18" + "node": ">=20" + }, + "volta": { + "node": "20.18.0", + "yarn": "1.22.22" }, "main": "lib/index.js", "files": [