Skip to content

Commit

Permalink
Migrate from yarn to package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent b9e83d1 commit 0ad9998
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Node modules
run: |
cd ./example/nodejs
yarn install
npm run install
cd ../..
- name: Setup Python3
uses: actions/setup-python@v4
Expand Down
29 changes: 29 additions & 0 deletions example/nodejs/package-lock.json

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

22 changes: 0 additions & 22 deletions example/nodejs/yarn.lock

This file was deleted.

0 comments on commit 0ad9998

Please sign in to comment.