From 975dbe3e25caa5a55a70b7c1a75ca2fa5af55062 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 18 Jul 2024 16:35:26 +0200 Subject: [PATCH] Update version in GitHub Workflows --- .github/workflows/publish.yml | 4 ++-- .github/workflows/size.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e20a97..f084624 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,11 +18,11 @@ jobs: - name: Set up pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: "https://registry.npmjs.org" cache: pnpm - name: Install dependencies diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 7f2672a..4c43831 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -20,10 +20,10 @@ jobs: run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm - name: Check package size uses: andresz1/size-limit-action@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 895a576..dabbf2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,10 +19,10 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm - name: Install dependencies run: pnpm install --ignore-scripts