mirror of
https://github.com/actions/setup-java.git
synced 2025-07-23 23:18:26 +02:00
chore(dev-deps): update zeit/ncc to vercel/ncc
This change does not affect file size so much: dist/cleanup/index.js: 2587155 -> 2582807 (-4348 bytes) dist/setup/index.js: 3939141 -> 3938987 (-154 bytes)
This commit is contained in:
parent
3bc31aaf88
commit
9d16add03d
6 changed files with 92257 additions and 92398 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
### NCC
|
||||
|
||||
In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create multiple `index.js` files that gets saved under `dist/`.
|
||||
In order to avoid uploading `node_modules` to the repository, we use [vercel/ncc](https://github.com/vercel/ncc) to create multiple `index.js` files that gets saved under `dist/`.
|
||||
There are two main files that get created
|
||||
- `dist/setup/index.js`
|
||||
- Core `setup-java` logic that downloads and installs an appropriate version of Java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue