Skip to content

Commit

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

Bump actions/setup-node from v1 to v2.1.4
  • Loading branch information
github-actions[bot] committed Feb 11, 2021
2 parents 6bce9d1 + 8a82e27 commit ad6330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit ad6330d

Please sign in to comment.