Skip to content

Bump rdndmb-html5-to-touch from 7.1.3 to 8.0.3 #137

Bump rdndmb-html5-to-touch from 7.1.3 to 8.0.3

Bump rdndmb-html5-to-touch from 7.1.3 to 8.0.3 #137

Workflow file for this run

name: Test and Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build