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-25 10:12:54 +0300
committerGitHub <noreply@github.com>2022-02-25 10:12:54 +0300
commite7e7ac5730f9116da44b302ef2d523bb9ce141db (patch)
treebb40ee6ecb2af3a545045937a106a8a54e24a30a
parente800935b91422f4bff7a2486d68e6c1506cc4ed7 (diff)
chore(deps): bump actions/setup-node from 2.5.1 to 3.0.0 (#170)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... 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 5233c46..da03b55 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.5.1
+ uses: actions/setup-node@v3.0.0
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement