Skip to content

Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.16.1 #5

Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.16.1

Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.16.1 #5

Workflow file for this run

name: Depraveyard
on:
push:
branches:
- develop
- master
jobs:
depraveyard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- name: Depraveyard pushing
run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}