From 64a4ad3d0b025acf4240d42bb2120fe1cfeb643c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 27 Nov 2024 22:27:25 +0000 Subject: [PATCH] bump node and pnpm --- .github/workflows/ci.yml | 4 ++-- .github/workflows/push-dist.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f01c3a..4bdfd18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/push-dist.yml b/.github/workflows/push-dist.yml index 4b146e2..8a9eede 100644 --- a/.github/workflows/push-dist.yml +++ b/.github/workflows/push-dist.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile