Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.2.0 (#141)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/setup-node action to v3.2.0

* Create honest-clouds-wink.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com>
  • Loading branch information
3 people authored May 18, 2022
1 parent ed7d07a commit 784a82e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-clouds-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-node-roikoren": patch
---

chore(deps): update actions/setup-node action to v3.2.0
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install Node.js
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: 18
cache: npm
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Install Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: ${{ matrix.node }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: 18
cache: npm
Expand Down

0 comments on commit 784a82e

Please sign in to comment.