Skip to content

Commit 7866202

Browse files
authored
Merge pull request #15 from open-template-hub/develop
Release/update workflows
2 parents 9bbcfa8 + c0aae27 commit 7866202

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron-dependency-checker-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 12
20+
node-version: 16
2121

2222
- name: NPM Install
2323
run: npm i

.github/workflows/on-push-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node
3030
uses: actions/setup-node@v1
3131
with:
32-
node-version: 12
32+
node-version: 16
3333
registry-url: https://registry.npmjs.org/
3434

3535
- name: NPM Install
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Node
5757
uses: actions/setup-node@v1
5858
with:
59-
node-version: 12
59+
node-version: 16
6060
registry-url: https://npm.pkg.github.com
6161
scope: '@open-template-hub'
6262

.github/workflows/on-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 12
25+
node-version: 16
2626

2727
- name: Bump Version and Create Tag
2828
uses: phips28/gh-action-bump-version@master

0 commit comments

Comments
 (0)