Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 2.2.0 to 2.4.1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 24, 2021
1 parent 78df800 commit 31d5814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.4.1
with:
node-version: 12.x
- name: Cache Node.js modules
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.4.1
with:
node-version: 12.x
- name: Cache Node.js modules
Expand Down

0 comments on commit 31d5814

Please sign in to comment.