Skip to content

Commit

Permalink
Update actions/setup-node action to v2.2.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 1, 2021
1 parent e1adb03 commit be12b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use NodeJS v${{ matrix.node-version }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use NodeJS v14
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: 14.x
- name: Install
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Use NodeJS v14
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: 14.x
- name: Install dependencies
Expand Down

0 comments on commit be12b71

Please # to comment.