Skip to content

Commit 7b18e55

Browse files
committed
chore: merge branch dev
2 parents f595667 + 06c465a commit 7b18e55

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/first-interaction@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: 'Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
13-
pr-message: 'Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
12+
issue-message: 'Hi! Thank you for your first contribution to our project. You are helping to make our product better! :)'
13+
pr-message: 'Hi! Thank you for your first PR to our project. You are helping to make our product better! :)'

.github/workflows/nodejs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Node CI
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
# build runs everyday at 6AM UTC
8+
- cron: '0 6 * * *'
49

510
jobs:
611
build:
@@ -9,7 +14,8 @@ jobs:
914

1015
strategy:
1116
matrix:
12-
node-version: [8.x]
17+
node-version: [8.x, 10.x, 12.x]
18+
os: [ubuntu-latest, windows-latest, macOS-latest]
1319

1420
steps:
1521
- uses: actions/checkout@v1

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Vue%20Admin%20Template%20&url=http://coreui.io/vue/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
44
[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue]
55
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
6-
[![Jest](https://img.shields.io/badge/Jest-^24.9.0-blue.svg?style=flat-square)][coreui]
7-
[![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg?style=flat-square)][coreui]
6+
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-vue/Node%20CI/v3-next?style=flat-square)][coreui]
87

98
[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue
109
[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen

0 commit comments

Comments
 (0)