Skip to content

Commit

Permalink
Merge pull request #223 from hjdhjd/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-2.3.0
  • Loading branch information
dependabot[bot] authored Jul 20, 2021
2 parents 8c1ccfd + 7abd91b commit c4d3670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup the node ${{ matrix.node-version }} environment.
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup the node environment.
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:

# Use the oldest node LTS version that we support.
Expand Down

0 comments on commit c4d3670

Please sign in to comment.