Skip to content

Commit

Permalink
Merge pull request #2 from VoidNulll/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-v2.1.5

fix(deps): bump actions/setup-node from v2.1.2 to v2.1.5
  • Loading branch information
Aervyon committed Mar 14, 2021
2 parents beabe4c + 00efb05 commit 00abb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 00abb28

Please sign in to comment.