Skip to content

Bump @types/react from 18.2.37 to 18.2.47 #122

Bump @types/react from 18.2.37 to 18.2.47

Bump @types/react from 18.2.37 to 18.2.47 #122

Workflow file for this run

name: 6ix4 Automate React Testing
on:
pull_request:
branches:
- main
jobs:
ReactTester:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ˜‰πŸš¦
uses: actions/[email protected]
- name: Use Node.js 18.x πŸ§‘β€πŸ”§
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install Dependencies 🐞
run: npm ci
- name: Run Tests by vitest πŸ€–
run: npm test