Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 28, 2021
1 parent aa6450a commit 4fb7552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Set up Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.1
with:
node-version: "lts/*"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.1
with:
node-version: "lts/*"
cache: "yarn"
Expand Down

0 comments on commit 4fb7552

Please sign in to comment.