Skip to content

Commit

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

Bump actions/setup-node from v1 to v2.1.5
  • Loading branch information
johanneswuerbach committed Mar 15, 2021
2 parents 14bad53 + e11f037 commit 787a101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.5
with:
node-version: 12
- run: npm ci
Expand All @@ -42,7 +42,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.5
with:
node-version: 12
- run: npm ci
Expand Down

0 comments on commit 787a101

Please sign in to comment.