Skip to content

Commit

Permalink
FIX ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Nov 25, 2023
1 parent 369a60e commit ab7b281
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
with:
node-version-file: ".nvmrc"

# install npm deps
- name: install all packages
run: npm install

- name: javascript implementation
- name: javascript implementation install & build
working-directory: ./javascript
run: |
npm install
Expand Down

0 comments on commit ab7b281

Please sign in to comment.