Skip to content

Commit 07630db

Browse files
Status Chart: Weekly/dependency updates (#5823)
1 parent 510eb14 commit 07630db

File tree

6 files changed

+228
-220
lines changed

6 files changed

+228
-220
lines changed

.github/workflows/compile-typescript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Commit
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
ref: ${{ github.sha }}
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: ">=23.9.0"
19+
node-version: ">=25.1.0"
2020
- name: Install Packages
2121
run: |
2222
npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This branch generates the STL's [Status Chart][].
66

77
## Repo
88

9-
1. Install [Node.js][] 23.9.0 or newer.
9+
1. Install [Node.js][] 25.1.0 or newer.
1010
+ You can accept all of the installer's default options.
1111
2. Open a new Command Prompt.
1212
+ You can run `node --version` to verify that Node.js was successfully installed.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@primer/[email protected]/dist/primer.min.css" />
1111
<script type="importmap">
1212
{ "imports": {
13-
"@kurkle/color": "https://cdn.jsdelivr.net/npm/@kurkle/color@0.3.4/dist/color.esm.min.js",
14-
"chart.js": "https://cdn.jsdelivr.net/npm/[email protected].0/dist/chart.min.js",
13+
"@kurkle/color": "https://cdn.jsdelivr.net/npm/@kurkle/color@0.4.0/dist/color.esm.min.js",
14+
"chart.js": "https://cdn.jsdelivr.net/npm/[email protected].1/dist/chart.min.js",
1515
"chartjs-adapter-luxon": "https://cdn.jsdelivr.net/npm/[email protected]/dist/chartjs-adapter-luxon.esm.min.js",
16-
"luxon": "https://cdn.jsdelivr.net/npm/[email protected].1/build/es6/luxon.min.js"
16+
"luxon": "https://cdn.jsdelivr.net/npm/[email protected].2/build/es6/luxon.mjs"
1717
} }
1818
</script>
1919
<script type="module" src="built/status_chart.mjs"></script>

0 commit comments

Comments
 (0)