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>2021-10-01 10:01:51 +0300
committerGitHub <noreply@github.com>2021-10-01 10:01:51 +0300
commit1d97737e147a0dfec470f626e9f936ad4953d869 (patch)
tree10bc34159cae9f143601ddb0d8e59205e9e3d15a
parent25abcc5b3dc2483e6c4966b9fb6879b07513f95c (diff)
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#135)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... 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 51017ac..504cb67 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.4.0
+ uses: actions/setup-node@v2.4.1
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement