Skip to content

Commit

Permalink
Bump actions/setup-node from v1 to v2.1.2 (#54)
Browse files Browse the repository at this point in the history
Bumped actions/setup-node [1] from v1 to v2.1.2 [2].
This comes with speed and performance improvements by using a dedicated,
built-in image cache for Node.js distributions.

[1]: https://github.com/actions/setup-node
[2]: actions/setup-node@v1...c6fd00c

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 9, 2020
1 parent 22652c5 commit 41e11b9
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 @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Setup Node.js version 14.x"
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.2
with:
node-version: "14.x"
- name: Install Node modules
Expand Down

0 comments on commit 41e11b9

Please sign in to comment.