Skip to content

Commit

Permalink
Merge #2128
Browse files Browse the repository at this point in the history
2128: chore: update actions/setup-node action to v3 (master) r=ZauberNerd a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot authored Feb 28, 2022
2 parents 603c7ad + ff4ceb1 commit c76258d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SHA=$(git log -n 1 --pretty=format:%H -- CHANGELOG.md | tr -d '\n')
git checkout ${SHA}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Get yarn cache directory path
Expand Down

0 comments on commit c76258d

Please sign in to comment.