Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#11108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 3, 2021
1 parent 78af379 commit 024295c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.x

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.1.5
with:
node-version: 12.x
- name: Get yarn cache
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
if: runner.os == 'Windows'
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node-version }}
- name: Get yarn cache
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
if: runner.os == 'Windows'
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
- name: Get yarn cache
Expand Down

0 comments on commit 024295c

Please sign in to comment.