From 3a04c91159b3032578898428340c3a05d380d961 Mon Sep 17 00:00:00 2001 From: Alex Currie-Clark Date: Mon, 18 Dec 2023 22:09:49 +0000 Subject: [PATCH] Release v0.13.2 Remove --no-threads flag from CI --- .github/workflows/release.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4c7e702..1b47b7b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: else npm ci fi - npx vitest run --no-threads + npx vitest run env: BRANCH: ${{ github.ref_name }} - name: Build Release diff --git a/package.json b/package.json index c72b20b..a4f707c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onsetsoftware/automerge-store", - "version": "0.13.1", + "version": "0.13.2", "type": "module", "scripts": { "dev": "vite",