diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6443cc..5feecb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,13 +16,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 19 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4308975..d80d38d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,11 +13,11 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 19 + node-version: 20 cache: pnpm registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fda88cd..6c5771f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,13 +16,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 19 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory