mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
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:
2
.github/workflows/example-builds.yml
vendored
2
.github/workflows/example-builds.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: |
|
||||
npm install --legacy-peer-deps
|
||||
npm install
|
||||
npm run build
|
||||
npm run pack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user