Skip to content

Commit

Permalink
chore(repo): remove node 14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jun 19, 2023
1 parent f4ea348 commit 9a39d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: ['18', '16', '14']
node: ['20', '18', '16']

name: Node v${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm dlx lint-staged
pnpm exec lint-staged

0 comments on commit 9a39d31

Please sign in to comment.