Skip to content

Commit 4644a62

Browse files
authored
Update node.js.yml
1 parent d79a049 commit 4644a62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
- main
77
workflow_dispatch:
88

9+
910
jobs:
1011
deploy:
1112
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
working-directory: ./
1216
steps:
1317
- name: Checkout Repository
1418
uses: actions/checkout@v2
@@ -23,6 +27,3 @@ jobs:
2327

2428
- name: Deploy
2529
run: npm run build
26-
27-
- name: Start
28-
run: npm run start

0 commit comments

Comments
 (0)