Skip to content

Commit

Permalink
Merge pull request #162 from bermi/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…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 fcb2f32 + f026d0e commit 4ce8281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,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 @@ -37,7 +37,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 Down

0 comments on commit 4ce8281

Please sign in to comment.