Skip to content

Commit

Permalink
Update actions/setup-node action to v3 (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 2, 2022
1 parent b93928f commit b957ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
verbose: "true"
# NOTE: Use standard-version to make sure version is correct
# See. https://github.com/conventional-changelog/standard-version
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "12"
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
verbose: "true"
# Use standard-version to update version in code
# See. https://github.com/conventional-changelog/standard-version
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "12"
- name: Install pnpm
Expand Down

0 comments on commit b957ecd

Please sign in to comment.