diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8e410..d66d088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: hustcer/setup-nu@v3.10 with: - version: "0.106.1" + version: "0.110.0" - name: Show Nushell Version run: version diff --git a/nupm/utils/dirs.nu b/nupm/utils/dirs.nu index 55b4244..108f964 100644 --- a/nupm/utils/dirs.nu +++ b/nupm/utils/dirs.nu @@ -8,7 +8,7 @@ export const DEFAULT_NUPM_CACHE = ($nu.default-config-dir | path join nupm cache) # Default temporary path for various nupm purposes -export const DEFAULT_NUPM_TEMP = ($nu.temp-path | path join "nupm") +export const DEFAULT_NUPM_TEMP = ($nu.temp-dir | path join "nupm") # registry index filename export const REGISTRY_IDX_FILENAME = "registry_index.nuon" @@ -138,4 +138,4 @@ export def find-root [dir: path]: [ nothing -> path, nothing -> nothing] { } else { null } -} +} \ No newline at end of file