0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 03:07:54 +01:00
nodejs/deps/corepack/dist/yarn.js
Node.js GitHub Bot 626d0ee17d
deps: update corepack to 0.18.0
PR-URL: https://github.com/nodejs/node/pull/48091
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2023-05-23 00:49:08 +00:00

2 lines
94 B
JavaScript
Executable File

#!/usr/bin/env node
require('./lib/corepack.cjs').runMain(['yarn', ...process.argv.slice(2)]);