Skip to content

Commit

Permalink
chore: Release v0.2.17
Browse files Browse the repository at this point in the history
chore: Disable broken CI testsuite for macOS

fix: Typo in workflow file
  • Loading branch information
leinelissen committed Jan 19, 2022
1 parent f689871 commit efe82b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
if: |
matrix.os != 'ubuntu-20.04'
&& matrix.arch == 'x64'
&& matrix.os != 'macOS-11'
run: npm run test

- name: Test (Ubuntu)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aeon",
"productName": "Aeon",
"version": "0.2.16",
"version": "0.2.17",
"description": "Online identity versioning for the masses",
"main": ".webpack/main",
"scripts": {
Expand Down

0 comments on commit efe82b1

Please sign in to comment.