Skip to content

Commit 8f0e4da

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cfb5372 commit 8f0e4da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ jobs:
155155
- name: Checkout
156156
# see https://github.com/actions/checkout
157157
uses: actions/checkout@v4
158-
- name: fetch build artifact
159-
# see https://github.com/actions/download-artifact
160-
uses: actions/download-artifact@v4
161-
with:
162-
name: dist.d
163-
path: dist.d
164158
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
165159
# see https://github.com/actions/setup-node
166160
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)