diff options
author | 2023-01-20 17:50:24 -0800 | |
---|---|---|
committer | 2023-01-27 16:23:30 -0800 | |
commit | 0fc1c717d168218c9f302550a9250057d182e954 (patch) | |
tree | 31736008ce247b440a5f379c888611be4da75783 | |
parent | 46efe72f6c901fb31edca9a87e6fc8730a125092 (diff) | |
download | bun-0fc1c717d168218c9f302550a9250057d182e954.tar.gz bun-0fc1c717d168218c9f302550a9250057d182e954.tar.zst bun-0fc1c717d168218c9f302550a9250057d182e954.zip |
Update bun-dependenies-build.yml
-rw-r--r-- | .github/workflows/bun-dependenies-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-dependenies-build.yml b/.github/workflows/bun-dependenies-build.yml index 35efa7a3d..ba0081f0d 100644 --- a/.github/workflows/bun-dependenies-build.yml +++ b/.github/workflows/bun-dependenies-build.yml @@ -98,7 +98,7 @@ jobs: - name: Add package.json run: | cd ${{runner.temp}}/dependencies - echo "{ "name": "bun-dependencies-${{matrix.tag}}", "description": "Precompiled dependencies for building Bun", "version": "0.0.1-${{github.sha}}", "os": ["linux"], "cpu": ["${{matrix.package_json_arch}}"], "repository": "https://github.com/${{github.repository}}" }' > package.json + echo '{ "name": "bun-dependencies-${{matrix.tag}}", "description": "Precompiled dependencies for building Bun", "version": "0.0.1-${{github.sha}}", "os": ["linux"], "cpu": ["${{matrix.package_json_arch}}"], "repository": "https://github.com/${{github.repository}}" }' > package.json - uses: actions/setup-node@v3 with: node-version: "16.x" |