Skip to content

Commit

Permalink
fix: 修改nodejs脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wubaiqing committed Aug 21, 2019
1 parent 2a46d30 commit 2263ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: yarn install, lint, and test
run: |
sudo npm install -g yarn
npm install -g yarn
yarn install
yarn lint:md
yarn lint:js
Expand Down

0 comments on commit 2263ba9

Please sign in to comment.