Skip to content
Closed
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
3 changes: 3 additions & 0 deletions chunks/lang-node/chunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ variants:
- name: "23"
args:
NODE_VERSION: 23.11.1
- name: "24"
args:
NODE_VERSION: 24.13.0
14 changes: 10 additions & 4 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ combiner:
- lang-clojure
- lang-go:1.24
- lang-java:11
- lang-node:22
- lang-node:24
- lang-python:3.13
- lang-ruby:3.2
- lang-rust:1
Expand All @@ -64,13 +64,13 @@ combiner:
ref:
- base
chunks:
- lang-node:23
- lang-node:24
- tool-chrome
- name: node-lts
ref:
- base
chunks:
- lang-node:22
- lang-node:24
- tool-chrome
- name: node-18
ref:
Expand All @@ -90,12 +90,18 @@ combiner:
chunks:
- lang-node:22
- tool-chrome
- name: node-23
- name: "node-23"
ref:
- base
chunks:
- lang-node:23
- tool-chrome
- name: "node-24"
ref:
- base
chunks:
- lang-node:24
- tool-chrome
- name: python
ref:
- base
Expand Down