Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 2, 2020
1 parent 081fc8f commit aa6540e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -28,7 +28,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
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
ubuntu-latest-node-12.x-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 with eslint v${{matrix.eslint-version }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ matrix.node-version }}-yarn-
- uses: actions/setup-node@v2.1.1
- uses: actions/setup-node@v2.1.2
with:
node-version: 12.x
- name: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,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

0 comments on commit aa6540e

Please sign in to comment.