Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Feb 22, 2024
1 parent c05d553 commit 4442df4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Get Playwright Version (for cache)
id: get-playwright-version
run: |
PLAYWRIGHT_VERSION=$(pnpm --filter agent ls @playwright/test | grep '@playwright/test' | awk 'NR==1{print $2}')
PLAYWRIGHT_VERSION=$(pnpm --filter dids ls @playwright/test | grep '@playwright/test' | awk 'NR==1{print $2}')
echo "Playwright Version: $PLAYWRIGHT_VERSION"
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
Expand All @@ -156,7 +156,7 @@ jobs:

- name: Install Playwright Browsers (if no cache)
if: steps.cache-playwright-restore.outputs.cache-hit != 'true'
run: pnpm --filter api exec playwright install --with-deps
run: pnpm --filter dids exec playwright install --with-deps

- name: Build esm
run: pnpm --recursive --stream build:esm
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Build and Test cycles are run on every commit to every branch using [GitHub Acti
| Requirement | Tested Version | Installation Instructions |
| ----------- | -------------- | ---------------------------------------------------------------------------------------------- |
| Node.js | 18.16.0 | [Introduction to Node.js](https://nodejs.dev/en/learn/) |
| PNPM | 8.15.3 | [PNPM Package Manager](https://pnpm.io/installation) |
| PNPM | 8.15.3 | [PNPM Package Manager](https://pnpm.io/installation) |

### TypeScript

Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"dependencies": {
"@decentralized-identity/ion-sdk": "1.0.1",
"@dnsquery/dns-packet": "6.1.1",
"@types/ms": "0.7.31",
"@web5/common": "0.2.3",
"@web5/crypto": "0.4.0",
"abstract-level": "1.0.4",
Expand All @@ -93,6 +92,7 @@
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/ms": "0.7.31",
"@types/sinon": "17.0.2",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
Expand Down

0 comments on commit 4442df4

Please sign in to comment.