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

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: "npm ci"
run: npm ci --legacy-peer-deps
run: npm ci
- name: "npm run build"
run: npm run build

View File

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

View File

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

View File

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

View File

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