mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-14 14:04:55 +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
5
.github/workflows/update-known-checksums.yml
vendored
5
.github/workflows/update-known-checksums.yml
vendored
|
|
@ -20,11 +20,12 @@ jobs:
|
|||
persist-credentials: true
|
||||
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
- name: Update known checksums
|
||||
id: update-known-checksums
|
||||
run:
|
||||
node dist/update-known-checksums/index.js
|
||||
node dist/update-known-checksums/index.cjs
|
||||
src/download/checksum/known-checksums.ts
|
||||
- name: Check for changes
|
||||
id: changes-exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue