diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 818c668..78172f2 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -60,10 +60,7 @@ jobs: cache-prefix: "semantic-release" - name: "Build Production" - run: "pnpm run build:prod:packages" - - - name: "npm v8.5+ requires workspaces-update to be set to false" - run: "echo 'workspaces-update=false' >> .npmrc" + run: "pnpm run build:packages:prod" - name: "test and coverage" run: "pnpm run test:coverage" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bd139a..da00853 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: matrix: os: - "ubuntu-latest" - node_version: ["18", "20", "21"] + node_version: ["18", "20", "21", "22"] # On the other platforms, we only test the lts node version include: - os: "macos-latest" diff --git a/package.json b/package.json index 92d661e..87c3f04 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "packageManager": "pnpm@9.1.2", "engines": { - "node": ">=18.17 <=21.*" + "node": ">=18.17 <=22.*" }, "pnpm": { "overrides": {