Bump vite from 4.5.0 to 4.5.2 #124
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |