diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6371a153e15..e36114b0501 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,13 +37,13 @@ jobs: - name: Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: - persist-credentials: false + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: lts/* - + - name: Install dependencies run: npm install @@ -56,9 +56,7 @@ jobs: max-parallel: 0 matrix: node-version: - - 18 - 20 - - 21 - 22 - 23 runs-on: @@ -170,13 +168,13 @@ jobs: - name: Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: - persist-credentials: false + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: lts/* - + - name: Install dependencies run: npm install diff --git a/package.json b/package.json index 680a7666e52..105ce6e2c20 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "ws": "^8.11.0" }, "engines": { - "node": ">=18.17" + "node": ">=20.18.1" }, "tsd": { "directory": "test/types",