Skip to content

Commit

Permalink
update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszhu committed May 19, 2020
1 parent 10399a9 commit 10bba48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm run prepublish
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm run prepublish

0 comments on commit 10bba48

Please sign in to comment.