We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6914f commit 71c97c9Copy full SHA for 71c97c9
2 files changed
.github/workflows/reusable-bun-job.yml
@@ -37,13 +37,6 @@ jobs:
37
with:
38
submodules: ${{ inputs.with-submodules }}
39
40
- - name: Fetch NPMRC Artifact
41
- uses: actions/download-artifact@v4
42
- with:
43
- name: npmrc
44
- path: .
45
- continue-on-error: true
46
-
47
- name: Install Dependencies
48
uses: aether-development/.github/actions/install-bun-dependencies@main
49
actions/install-bun-dependencies/action.yml
@@ -19,13 +19,6 @@ runs:
19
20
bun-version: ${{ inputs.node-version }}
21
22
- - name: Get NPMRC Artifact
23
24
25
26
27
28
29
- name: Install dependencies
30
shell: bash
31
run: bun install --immutable
0 commit comments