Skip to content

Commit 36127a5

Browse files
authored
Update nodejs.yaml
1 parent 6a68cf2 commit 36127a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nodejs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ jobs:
1313
node-version: 14
1414
- run: npm install
1515
- run: npm test
16+
- run: npm run build
17+
- uses: actions/upload-artifact@v3
18+
with:
19+
name: build-artifact
20+
path: ./build
21+
1622

0 commit comments

Comments
 (0)