Skip to content

Commit

Permalink
near-workspaces 3.2.1 (#187)
Browse files Browse the repository at this point in the history
* near-workspaces 3.2.1

* macos tests added
  • Loading branch information
volovyks authored Aug 23, 2022
1 parent f30c813 commit a89f4fc
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
examples:
strategy:
matrix:
platform: [ubuntu-latest] # macos-latest
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"ava": "^4.2.0",
"near-workspaces": "3.1.0",
"near-workspaces": "3.2.1",
"typescript": "^4.7.4"
}
}
39 changes: 29 additions & 10 deletions examples/yarn.lock

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

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"license": "Apache-2.0",
"devDependencies": {
"ava": "^4.2.0",
"near-workspaces": "3.1.0",
"near-workspaces": "3.2.1",
"typescript": "^4.7.4"
}
}
18 changes: 9 additions & 9 deletions tests/yarn.lock

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

0 comments on commit a89f4fc

Please sign in to comment.