Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2 (#10571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 2, 2020
1 parent 0a9e77d commit 6b3a848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
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.1
- uses: actions/setup-node@v2.1.2
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.1
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node-version }}
- name: install
Expand Down

0 comments on commit 6b3a848

Please sign in to comment.