mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-09 11:54:18 +00:00
Switch to ESM for source and test, use CommonJS for dist
This commit is contained in:
parent
f9070de1ea
commit
27b24ababa
23 changed files with 212259 additions and 231165 deletions
|
|
@ -102,8 +102,8 @@ outputs:
|
|||
description: "A boolean value to indicate the Python cache entry was found"
|
||||
runs:
|
||||
using: "node24"
|
||||
main: "dist/setup/index.js"
|
||||
post: "dist/save-cache/index.js"
|
||||
main: "dist/setup/index.cjs"
|
||||
post: "dist/save-cache/index.cjs"
|
||||
post-if: success()
|
||||
branding:
|
||||
icon: "package"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue