Skip to content

Commit 123fbd9

Browse files
authored
update nodejs.yml
1 parent 98b7668 commit 123fbd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: source .env
28-
- run: npm install
29-
- run: npm run deploy
27+
- run: node createEnv.js
28+
- run: yarn install
29+
- run: yarn deploy

0 commit comments

Comments
 (0)