Skip to content

Commit 53cb747

Browse files
committed
chore: vitest -> node:test
1 parent 4fee556 commit 53cb747

File tree

11 files changed

+289
-1517
lines changed

11 files changed

+289
-1517
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: npm clean-install
3030
- name: Test
31-
run: npx vitest run
31+
run: npm test
3232
- name: Build
3333
run: make dist
3434
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
devShells.default = pkgs.mkShell {
1616
buildInputs = with pkgs; [
17-
nodejs_22
17+
nodejs_23
1818
nodePackages.typescript-language-server
1919
];
2020
};

0 commit comments

Comments
 (0)