Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbfa3ce

Browse files
committed
setup node
1 parent e50e6db commit cbfa3ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
run: |
1414
export WEEK_FOLDER=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/Week\2/gi')
1515
echo ${WEEK_FOLDER}
16+
- uses: actions/setup-node@v1
17+
with:
18+
node-version: '10.x'

0 commit comments

Comments
 (0)