Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #163

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #163

Workflow file for this run

name: Test
on: [push]
jobs:
lint:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn
- name: Generate Check
run: yarn generate
- name: Invasion Check
run: yarn invasions
- name: Run Tests
run: yarn test