From 8bb608e76b8c876f4489b8b1e50040413cb18053 Mon Sep 17 00:00:00 2001 From: hmerritt Date: Fri, 2 Aug 2024 00:30:45 +0100 Subject: [PATCH] ci: yarn 4.3.1 --- .github/workflows/node.js.yml | 2 +- scripts/bootstrap/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f7afb50..26b3f08 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: with: path: ".npm" key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - - run: corepack enable && corepack prepare yarn@stable --activate && yarn set version 3.5.0 + - run: corepack enable && corepack prepare yarn@stable --activate && yarn set version 4.3.1 - run: yarn install - run: yarn test:e2e:setup - run: yarn test:coverage diff --git a/scripts/bootstrap/version.ts b/scripts/bootstrap/version.ts index 8052b0f..8b34696 100644 --- a/scripts/bootstrap/version.ts +++ b/scripts/bootstrap/version.ts @@ -7,7 +7,7 @@ import * as core from "./core"; /** * Internal adrift version. */ -export const adriftVersion = "0.11.518"; +export const adriftVersion = "0.11.519"; /** * Bumps the adrift `patch` version number using the total commit count.