chore: Update pre-commit workflow to use Node.js version 20.x
Taylor committed
Jun 18, 2024 at 09:54 UTC
9f577ed57a816db9e92e6f3e0c0a8045e39f3b07
1 file changed
+1
-1
.github/workflows/pre-commit.yml
+1
-1
@@ -15,6 +15,6 @@ jobs:
15
python-version: "3.11"
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: "16.x"
18
+ node-version: "20.x"
19
- run: cd frontend && npm install
20
- uses: pre-commit/action@v3.0.0