mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Merge pull request #32 from cameronraysmith/node16-20
build(action): update node16 to node20
This commit is contained in:
commit
eeabdb0671
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue