Skip to content

Commit

Permalink
ci: upgrade node workflow (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Mar 10, 2022
1 parent cf33ffe commit ef59daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.0.2
uses: silverhand-io/actions-node-pnpm-run-steps@v1.1.0
with:
run-install: false

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.0.2
with:
node-version: 16
uses: silverhand-io/actions-node-pnpm-run-steps@v1.1.0

- name: Build
run: pnpm -- lerna run --stream build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GH_REPO_TOKEN }}

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v1.0.3
uses: silverhand-io/actions-node-pnpm-run-steps@v1.1.0

- name: Configure Git user
run: |
Expand Down

0 comments on commit ef59daa

Please sign in to comment.