From 7fa2267c478dba49df692cfb392e5f4ccdeca407 Mon Sep 17 00:00:00 2001 From: Valya Bullions Date: Thu, 1 Aug 2024 15:32:55 +0100 Subject: [PATCH] ci: Upgrade pnpm and node --- .github/workflows/on-push.yml | 6 +++--- .github/workflows/on-release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index cbc05b6..eb27031 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -10,12 +10,12 @@ jobs: - name: Check out commit uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4.0.0 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: pnpm - name: Run checks diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 6020936..f9622e8 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -14,12 +14,12 @@ jobs: uses: actions/checkout@v3 - name: Set up pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4.0.0 - - name: Set up Node 18 + - name: Set up Node 20 uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x registry-url: https://registry.npmjs.org - name: Produce dist