Skip to content

chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 (#970) #208

chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 (#970)

chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 (#970) #208

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: |
npm install -g appium
npm install --no-package-lock
npm run build
name: Install dev dependencies
- run: npm run lint
name: Linter
- run: npm run test
name: Unit Test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release