diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:09:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 11:09:58 +0100 |
commit | b35bca8a817518dbc9ebd933df3813d60abdd5b3 (patch) | |
tree | 21321a6ff81575b3487b2233b33e6b52b1b94540 | |
parent | v3 (diff) | |
parent | Updated to Node 20 (diff) | |
download | cleanup-path-b35bca8a817518dbc9ebd933df3813d60abdd5b3.tar.gz cleanup-path-b35bca8a817518dbc9ebd933df3813d60abdd5b3.zip |
Merge pull request #2 from radarhere/master
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 |