build(action): update node16 to node20

Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
This commit is contained in:
Cameron Smith 2024-01-24 13:44:35 -05:00
parent 1402a2dd8f
commit 5dcd062401
No known key found for this signature in database
GPG key ID: FF043B368811DD1C

View file

@ -33,6 +33,6 @@ inputs:
default: "https://install.determinate.systems/magic-nix-cache/perf"
runs:
using: "node16"
using: "node20"
main: "./dist/index.js"
post: "./dist/index.js"