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:
authormismith0227 <doraepon2216@gmail.com>2021-12-04 11:02:03 +0300
committermismith0227 <doraepon2216@gmail.com>2021-12-04 11:02:03 +0300
commit42503352bb9b9e557c80a94c04facd4ff84684b6 (patch)
treeee2cb8cfc53b3866f1d259eb999ceb1285b76285
parent465426e258dbb8a69855dc4038de29a3b6c45c91 (diff)
workflow node version
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d8a659e..6737dfe 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,7 +7,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
-
steps:
- name: checkout master
uses: actions/checkout@v2
@@ -15,6 +14,9 @@ jobs:
ref: master
- name: Create new Branch
+ uses: actions/setup-node@v1
+ with:
+ node-version: 12.x
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |