Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (jestjs#10940
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Dec 11, 2020
1 parent ca47512 commit 39fe984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ubuntu-latest-node-12.x-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
ubuntu-latest-node-12.x-yarn-
- uses: actions/setup-node@v2.1.2
- uses: actions/setup-node@v2.1.3
with:
node-version: 12.x
- name: install
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: ${{ matrix.node-version }}
- name: install
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-14.x-yarn-
- name: Use Node.js 14.x
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: 14.x
- name: install
Expand Down

0 comments on commit 39fe984

Please sign in to comment.