Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.3.0 #255

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.3.0

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 6.3.0 #255

Workflow file for this run

name: 'Build'
on: [push, pull_request]
jobs:
build:
name: 'Build'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Node'
uses: actions/setup-node@v3
with:
node-version: 16
- name: 'Install'
run: npm ci
- name: 'Build'
run: npm run build
- name: 'Test'
run: npm run test
env:
IMVU_USERNAME: ${{ secrets.IMVU_USERNAME }}
IMVU_PASSWORD: ${{ secrets.IMVU_PASSWORD }}