diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37e389a..c4a5e89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,14 +18,12 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install ni diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2537b16..7b2edf4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - run: npx changelogithub env: