We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d7551 commit f1715b7Copy full SHA for f1715b7
3 files changed
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Node
38
uses: actions/setup-node@v3
39
with:
40
- node-version: "18"
+ node-version: "20"
41
cache: ${{ steps.detect-package-manager.outputs.manager }}
42
- name: Setup Pages
43
uses: actions/configure-pages@v2
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
.husky/pre-commit
@@ -1 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
npm run lint
0 commit comments