Merge pull request #32 from cameronraysmith/node16-20

build(action): update node16 to node20
This commit is contained in:
Cole Helbling 2024-02-01 12:24:53 -08:00 committed by GitHub
commit eeabdb0671
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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