Update dependencies (#133)

* Use `fs.rmSync` instead of `fs.rmdirSync`.

To get rid of the deprecation warning. #119

* Update dependencies.
This commit is contained in:
スノル
2023-02-09 18:00:27 -05:00
committed by GitHub
parent 029296930b
commit 152b85e982
10 changed files with 5993 additions and 11906 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: "Install dependencies"
run: |
npm install --legacy-peer-deps
npm install
npm run build
npm run pack