diff options
author | Andrew Murray <radarhere@users.noreply.github.com> | 2024-01-27 15:23:57 +1100 |
---|---|---|
committer | Andrew Murray <radarhere@users.noreply.github.com> | 2024-01-27 15:23:57 +1100 |
commit | acf06123718f35758c0fa449c147cb4c415799e7 (patch) | |
tree | 21321a6ff81575b3487b2233b33e6b52b1b94540 | |
parent | v3 (diff) | |
download | cleanup-path-acf06123718f35758c0fa449c147cb4c415799e7.tar.gz cleanup-path-acf06123718f35758c0fa449c147cb4c415799e7.zip |
Updated to Node 20
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ inputs: default: 1 runs: - using: node16 + using: node20 main: clean.js post: restore.js |