julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

`node` deprecation warning: `In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead` #119

Closed DilumAluthge closed 1 year ago

DilumAluthge commented 2 years ago
(node:1740) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)

@SaschaMann Is this something that we need to fix?

giordano commented 1 year ago

Bump, I was going to report this again. For reference: https://github.com/julia-actions/setup-julia/actions/runs/3675011327/jobs/6213912100#step:4:55

sunoru commented 1 year ago

It should have a simple fix so I opened a pr #133

But it seems that our ~node version~ @types/node version is too old where rmSync does not exist... Should we also upgrade that as well?