Skip to content

Commit

Permalink
add test workflow. bump version. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy authored Feb 21, 2021
1 parent 6edb48e commit 06ff774
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📚 checkout"
uses: actions/checkout@v2.0.0
uses: actions/checkout@v2.3.4
- name: "🟢 node"
uses: actions/setup-node@v1.4.4
uses: actions/setup-node@v2.1.4
with:
version: 13
node-version: 14
registry-url: https://registry.npmjs.org/
- name: "📦 install"
run: npm install
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "🧪 test"

on: pull_request

jobs:
test:
name: "🧪 test"
runs-on: ubuntu-latest
steps:
- name: "📚 checkout"
uses: actions/[email protected]
- name: "🟢 node"
uses: actions/[email protected]
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: "📦 install"
run: npm install
- name: "🧪 test"
run: npm run test
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradgarropy/hue-sdk",
"version": "1.5.0",
"version": "1.5.1",
"description": "💡 philips hue sdk",
"keywords": [
"javascript",
Expand Down

0 comments on commit 06ff774

Please sign in to comment.