Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

build(deps-dev): bump eslint from 8.32.0 to 8.39.0 #1321

build(deps-dev): bump eslint from 8.32.0 to 8.39.0

build(deps-dev): bump eslint from 8.32.0 to 8.39.0 #1321

Workflow file for this run

name: CI
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '15'
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release