Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
node-version: '22'
cache: 'npm'

# The committed package-lock.json is generated by npm 11; the npm 10.x
# bundled with Node 22 crashes on it ("Exit handler never called!").
- name: Align npm version
run: npm install -g npm@11

- name: Install dependencies
run: npm ci

Expand All @@ -30,5 +35,8 @@ jobs:
- name: TypeScript
run: npx tsc -b

- name: Tests + coverage (min 85%)
run: npm run test:coverage

- name: Build
run: npm run build
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/algorithm-visualizer/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Algorithm Visualizer</title>
<script type="module" crossorigin src="/algorithm-visualizer/assets/index-lLadk08S.js"></script>
<link rel="stylesheet" crossorigin href="/algorithm-visualizer/assets/index-BlMQg5Z1.css">
<script type="module" crossorigin src="/algorithm-visualizer/assets/index-CB1-0H6I.js"></script>
<link rel="stylesheet" crossorigin href="/algorithm-visualizer/assets/index-CJgW8YMs.css">
</head>
<body>
<div id="root"></div>
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading