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>2022-02-03 15:12:19 +0300
committerGitHub <noreply@github.com>2022-02-03 15:12:19 +0300
commit80a0b31b9a205c6ed0341e0d47e21520c1a0d80b (patch)
tree05ee40e68db8e5c9e7953c532b8837a1b9b7ac75
parent365f49b815546b4dac240ba8647210e08f6da064 (diff)
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.1 (#161)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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 504cb67..650a1d0 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.1
+ uses: actions/setup-node@v2.5.1
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement