diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc5fe5e..f36f32a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,9 +22,8 @@ jobs: node-version-file: ./package.json registry-url: https://registry.npmjs.org - - name: Update npm and setup pnpm + - name: Setup pnpm run: | - npm i -g npm@latest npm i -g corepack@latest corepack enable diff --git a/package.json b/package.json index 954e1a0..60b2ab7 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ }, "packageManager": "pnpm@10.33.0", "engines": { - "node": "22.x" + "node": "24.x" } }