We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb5372 commit 8f0e4daCopy full SHA for 8f0e4da
.github/workflows/nodejs.yml
@@ -155,12 +155,6 @@ jobs:
155
- name: Checkout
156
# see https://github.com/actions/checkout
157
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
164
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
165
# see https://github.com/actions/setup-node
166
uses: actions/setup-node@v4
0 commit comments