Skip to content

chore(deps): bump @xhayper/discord-rpc from 1.0.21 to 1.0.24 #356

chore(deps): bump @xhayper/discord-rpc from 1.0.21 to 1.0.24

chore(deps): bump @xhayper/discord-rpc from 1.0.21 to 1.0.24 #356

Workflow file for this run

name: ESLint
on:
workflow_dispatch:
branches: [ main ]
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
release:
runs-on: ${{ matrix.os }}
continue-on-error: false
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out Git repository
uses: actions/checkout@v2
# Install Node.js, npm and yarn
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
- run: yarn lint