Skip to content

fix: upgrade @remix-run/node from 1.17.1 to 1.19.3 (#448) #514

fix: upgrade @remix-run/node from 1.17.1 to 1.19.3 (#448)

fix: upgrade @remix-run/node from 1.17.1 to 1.19.3 (#448) #514

Workflow file for this run

---
name: "Unit Tests"
on: push
jobs:
"Vitest":
runs-on: ubuntu-latest
container: node:20.3.0
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test