diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7247b01..2cbd12e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,13 +20,13 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 18.x - uses: actions/setup-node@v2 + - name: Setup Node.js 20 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20 - name: Setup PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v3 with: version: 8.10.2