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-11 12:39:44 +0300
committerGitHub <noreply@github.com>2020-12-11 12:39:44 +0300
commitad36af859d081155e544c1f0079bd45d53d9b28c (patch)
tree02df0ea9043b044b94af34d83460e09d25353e55
parent0797af174a4d62e6e695e629ca93db86b5ef9cb2 (diff)
chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (#48)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9) 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 5d6b608..75d4a11 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.2
+ uses: actions/setup-node@v2.1.3
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement