Skip to content

Commit

Permalink
Release v0.13.2
Browse files Browse the repository at this point in the history
Remove --no-threads flag from CI
  • Loading branch information
acurrieclark committed Dec 18, 2023
1 parent 54b4bea commit 3a04c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onsetsoftware/automerge-store",
"version": "0.13.1",
"version": "0.13.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 3a04c91

Please sign in to comment.