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:
-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