Skip to content

Commit ac053be

Browse files
committed
Node changes
* LTS from 16 to 18 * Current from 18 to 19
1 parent 6daf70a commit ac053be

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

chunks/lang-node/chunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
2-
- name: "16"
3-
args:
4-
NODE_VERSION: 16.19.1
52
- name: "18"
63
args:
74
NODE_VERSION: 18.14.2
5+
- name: "19"
6+
args:
7+
NODE_VERSION: 19.7.0

dazzle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ combiner:
2828
- lang-clojure
2929
- lang-go:1.19.5
3030
- lang-java:11
31-
- lang-node:16
31+
- lang-node:18
3232
- lang-python:3.8
3333
- lang-ruby:3.1
3434
- lang-rust
@@ -55,13 +55,13 @@ combiner:
5555
ref:
5656
- base
5757
chunks:
58-
- lang-node:18
58+
- lang-node:19
5959
- tool-chrome
6060
- name: node-lts
6161
ref:
6262
- base
6363
chunks:
64-
- lang-node:16
64+
- lang-node:18
6565
- tool-chrome
6666
- name: python
6767
ref:

tests/lang-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
entrypoint: [bash, -i, -c]
44
assert:
55
- status == 0
6-
- stdout.indexOf("v16") != -1 ||
7-
stdout.indexOf("v18") != -1
6+
- stdout.indexOf("v18") != -1 ||
7+
stdout.indexOf("v19") != -1
88
- desc: it should have yarn
99
command: [yarn --version]
1010
entrypoint: [bash, -i, -c]

0 commit comments

Comments
 (0)