Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 11, 2021
1 parent ce28f2f commit f0a6b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
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.4.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
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.4.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit f0a6b8e

Please sign in to comment.