Skip to content

Commit

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

* chore(deps): pin to specific version

* chore(deps): bump node-fetch (`npm audit fix`)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Roi Koren <roi.koren@deci.ai>
  • Loading branch information
3 people authored Mar 6, 2022
1 parent 5437fa9 commit 40ce23f
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-walls-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-es-roikoren': patch
---

chore(deps): update actions/setup-node action to v3
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@v2
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.0.0
with:
node-version: 16
cache: npm
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.0.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@v2
uses: actions/setup-node@v3.0.0
with:
node-version: 16
cache: npm
Expand Down
80 changes: 44 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40ce23f

Please sign in to comment.