-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: revert next `14.1.1` -> `13.5.6` * ci: add image build script - useful for testing * ci: use `pnpm` in command (#226) * fix: revert next `14.1.1` -> `13.5.6` * ci: add image build script - useful for testing * deps: update app dependencies * chore: upgrade husky - `8.0.3` -> `9.0.11` * ci: use native audit * ci: ignore CVE-2024-34351 until next upgrade is feasible
- Loading branch information
1 parent
1caa5e8
commit 826f3e8
Showing
7 changed files
with
9,475 additions
and
8,068 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
version: 9 | ||
|
||
- name: Use Node.js ${{ matrix.node }} | ||
uses: actions/[email protected] | ||
|
@@ -73,7 +73,7 @@ jobs: | |
cache: pnpm | ||
|
||
- name: Audit for vulnerabilities | ||
run: pnpx audit-ci@^6 --config ./audit-ci.jsonc | ||
run: pnpm audit | ||
|
||
- name: Install and Build | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
#!/usr/bin/env sh | ||
# shellcheck disable=SC1091 | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npm run commitlint "$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
#!/usr/bin/env sh | ||
# shellcheck disable=SC1091 | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
pnpm lint-staged | ||
pnpm install --frozen-lockfile |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.