Skip to content

Commit

Permalink
Merge pull request #4 from sadok-f/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
sadok-f committed Mar 12, 2021
2 parents e8b1002 + 51356f6 commit f4e2ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit f4e2ca7

Please sign in to comment.