Skip to content

Commit

Permalink
Merge pull request #130 from johanneswuerbach/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/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 6aa28a5 + 349283b commit 1933eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,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 1933eb1

Please sign in to comment.