Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 7, 2021
1 parent f2d7cbb commit fc79370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12
- run: git config --global user.email "actions@github.com"
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: git config --global user.email "actions@github.com"
Expand Down

0 comments on commit fc79370

Please sign in to comment.