Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-17 17:37:44 +0300
committerGitHub <noreply@github.com>2020-12-17 17:37:44 +0300
commit7884f746bf82883dd5d3491c811909d67948e89b (patch)
tree0e8a43868779cefacbb3a77934dd11dd746c3de9
parentb98175c4454fcc798d3f556e62b5bf9b3212cc2d (diff)
chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#54)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 75d4a11..8ae9fe6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
id: nvm
- name: Install Node.js, NPM and Yarn
- uses: actions/setup-node@v2.1.3
+ uses: actions/setup-node@v2.1.4
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement