Skip to content

Commit

Permalink
chore: remove yarn from runtime dependencies
Browse files Browse the repository at this point in the history
chore(ci): make working dir always root of zenroom
  • Loading branch information
matteo-cristino authored and jaromil committed Oct 7, 2024
1 parent 0d3c0ac commit f85b37d
Show file tree
Hide file tree
Showing 3 changed files with 3,669 additions and 4,039 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ jobs:
node-version: [20.x]
env:
EM_VERSION: latest
defaults:
run:
working-directory: bindings/javascript
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -295,7 +292,6 @@ jobs:
run: |
yarn --cwd bindings/javascript test
- name: 🔐 check crypto with node-${{ matrix.node-version }}
working-directory: ./
run: |
make check-js
Expand Down Expand Up @@ -378,9 +374,6 @@ jobs:
runs-on: ubuntu-latest
env:
EM_VERSION: 3.1.59
defaults:
run:
working-directory: bindings/javascript
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions bindings/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,5 @@
"**/*.spec.js",
"**/zenroom.js"
]
},
"dependencies": {
"yarn": "^1.22.22"
}
}
Loading

0 comments on commit f85b37d

Please sign in to comment.