Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormisumi <mismith0227@users.noreply.github.com>2021-12-04 11:25:03 +0300
committerGitHub <noreply@github.com>2021-12-04 11:25:03 +0300
commit46be3a81a6129ccc6bd4e9ea3a3b59136b8e655b (patch)
treee591b21efda4f53669bd6c20bb22e064a203dad8
parentcf2dc986117dfbfecfe40aea5cc1a24e4cd6734a (diff)
parent11313d5c1f5c56d0a5f0db422da011b62aecfdd7 (diff)
Merge pull request #202 from mismith0227/develop
edit workflow
-rw-r--r--.github/workflows/release.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6737dfe..3c15cc5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,6 +13,11 @@ jobs:
with:
ref: master
+ - name: npm init
+ uses: actions/setup-node@v2
+ with:
+ node-version: '12.x'
+
- name: Create new Branch
uses: actions/setup-node@v1
with: