Skip to content

Commit

Permalink
Merge pull request #66 from pkgjs/renovate/actions-setup-node-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas authored Dec 29, 2020
2 parents 27c9266 + a6f9d11 commit e9df289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit e9df289

Please sign in to comment.