upload-artifact: node20-compatible glob (drop fs.globSync) #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/upload-artifact-glob-node20"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
src/lib/glob.jsusedfs.globSync(Node 22+), butaction.ymldeclaresusing: node20, so anypath:glob threw on a real node20 runner.What
Replace fs.globSync with a node20-compatible glob implementation.
Testing
Added a glob test. Backlog rank 3.