chore: Update pre-commit workflow to include setup for Node.js
Taylor committed
Jun 18, 2024 at 09:50 UTC
3219a61ca01c875e0c91bae6ff92e9d7ef1fb129
1 file changed
+1
-1
.github/workflows/pre-commit.yml
+1
-1
@@ -16,5 +16,5 @@ jobs:
16
- uses: actions/setup-node@v3
17
with:
18
node-version: "16.x"
19
- - run: npm install
19
+ - run: cd frontend && npm install
20
- uses: pre-commit/action@v3.0.0