diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 471da807d..e8f61d3e0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x] + node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x, 25.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Checkout diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 27fb27f2a..edb80a820 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,7 +8,7 @@ packages: - compat-test - issue952-test gitChecks: false -engineStrict: true +# engineStrict: true autoInstallPeers: false dedupePeers: true minimumReleaseAge: 2880 # 2 days