Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 6ba5ddc

Browse files
authored
Update node.js.yml
1 parent 34da684 commit 6ba5ddc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm run build --if-present
3232
# - run: npm test
33+
- name: Upload a Build Artifact
34+
uses: actions/upload-artifact@v3.1.0
35+
with:
36+
path: build

0 commit comments

Comments
 (0)