diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 76e4f9e..a4613d1 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -12,6 +12,8 @@ jobs:
steps:
- name: get the code
uses: actions/checkout@v6
+ - name: install depdendencies
+ run: npm install
- name: run the build
run: npm run build
- name: run the tests
diff --git a/src/App.jsx b/src/App.jsx
index b2bf2e8..a0816c8 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -16,7 +16,7 @@ function App() {
Edit src/App.jsx and save to test HMR