Skip to content

Update @axe-core/watcher #153

Update @axe-core/watcher

Update @axe-core/watcher #153

name: Update @axe-core/watcher
on:
workflow_dispatch:
schedule:
# Scheduled to run at 2am every day
- cron: '0 2 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: cd example && npm install --save-dev @axe-core/watcher@next
- name: Open PR
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.PAT }}
commit-message: 'chore: Update @axe-core/watcher'
branch: auto-update-watcher
base: main
title: 'chore: Update @axe-core/watcher'
body: |
This patch updates version of [`@axe-core/watcher`](https://npmjs.org/@axe-core/watcher) to the latest `@next` version.
This PR was opened by a robot :robot: :tada:.