Skip to content

Commit

Permalink
Merge pull request #1 from rerorero/014
Browse files Browse the repository at this point in the history
release 0.1.4
  • Loading branch information
rerorero authored Sep 15, 2022
2 parents a27bd71 + 713dc78 commit 409a01c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and test
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

permissions:
contents: read
Expand All @@ -10,14 +14,16 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: ESLint
run: npm run lint
- name: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-ddlog-plugin",
"version": "0.1.3",
"version": "0.1.4",
"description": "Appium plugin to stream command results to Datadog Log without Datadog Agent",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 409a01c

Please sign in to comment.