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-10-14 10:07:05 +0300
committerGitHub <noreply@github.com>2022-10-14 10:07:05 +0300
commita4700d20c4f076b96f09e9ae3b8e805a36e130a1 (patch)
tree540074fbc665f95c43360a10ae8ba96ce9637c94
parentdcba9911b38754566a276f0f1016d12866a6fff4 (diff)
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#217)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.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> 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 0fd3281..0074997 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@v3.4.1
+ uses: actions/setup-node@v3.5.1
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}" # see previous run-statement