Skip to content

Commit

Permalink
Merge 0083b9e into fa1ff72
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 4, 2021
2 parents fa1ff72 + 0083b9e commit 5fb2846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.base_ref }}
- name: Setup Node
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2.3.2
with:
node-version: 12
- name: Install Modules
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2.3.4
- name: Setup Node
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2.3.2
with:
node-version: 12
- name: Install Modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2.3.2
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand Down

0 comments on commit 5fb2846

Please sign in to comment.