Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from CSCfi/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-v2.1.5

Bump actions/setup-node from v1 to v2.1.5
  • Loading branch information
blankdots committed Mar 16, 2021
2 parents cc6e730 + f743d32 commit 66c57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
Expand Down

0 comments on commit 66c57f6

Please sign in to comment.