X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish-package.yml;h=3f6243c194edfebe082084ac2fa1b519a6ec282e;hb=23919b9e65a6ac78db29d8309aec261fffe36bb1;hp=dcb3b0734f3fdc576aafb0629c5b9172784fc8b8;hpb=e1ba9765afbf97436250d19f28c818221ebc10b9;p=poolifier.git diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index dcb3b073..3f6243c1 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -13,14 +13,12 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20.x cache: 'pnpm' - name: Install Dependencies @@ -52,7 +50,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20.x - name: Read package.json version id: package-version @@ -71,14 +69,12 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20.x registry-url: https://registry.npmjs.org/ cache: 'pnpm'