File tree 12 files changed +23
-17
lines changed
12 files changed +23
-17
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @hashicorp/design-system-components " : patch
3
+ " @hashicorp/design-system-codemods " : patch
4
+ ---
5
+
6
+ Shifted our supported version of Node.js from ` 16* || >= 18 ` to ` >=18 `
Original file line number Diff line number Diff line change 1
1
name : CI - Components
2
-
2
+
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
7
pull_request : {}
8
8
9
9
env :
10
- NODE_VERSION : ' 20 .x'
10
+ NODE_VERSION : ' 22 .x'
11
11
12
12
concurrency :
13
13
group : ci-components-${{ github.head_ref || github.ref }}
14
14
cancel-in-progress : true
15
15
16
16
jobs :
17
17
conditional-skip :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-latest
19
19
name : Get files changed and conditionally skip CI
20
20
outputs :
21
21
trigger-ci : ${{ steps.read-files.outputs.trigger-ci }}
22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
- fetch-depth : 0
25
+ fetch-depth : 0
26
26
- name : Get changed files
27
27
id : read-files
28
28
run : ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
Original file line number Diff line number Diff line change 5
5
- cron : ' 00 23 * * 0'
6
6
7
7
env :
8
- NODE_VERSION : ' 20 .x'
8
+ NODE_VERSION : ' 22 .x'
9
9
10
10
jobs :
11
11
build :
Original file line number Diff line number Diff line change 7
7
pull_request : {}
8
8
9
9
env :
10
- NODE_VERSION : ' 20 .x'
10
+ NODE_VERSION : ' 22 .x'
11
11
12
12
concurrency :
13
13
group : ci-website-${{ github.head_ref || github.ref }}
14
14
cancel-in-progress : true
15
15
16
16
jobs :
17
17
conditional-skip :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-latest
19
19
name : Get files changed and conditionally skip CI
20
20
outputs :
21
21
trigger-ci : ${{ steps.read-files.outputs.trigger-ci }}
22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
- fetch-depth : 0
25
+ fetch-depth : 0
26
26
- name : Get changed files
27
27
id : read-files
28
28
run : ./.github/scripts/filter_changed_files.sh "website" "packages/flight-icons/catalog.json" ".github/workflows/ci-website.yml"
29
-
29
+
30
30
lint :
31
31
name : ' Lint'
32
32
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
6
6
env :
7
- NODE_VERSION : ' 20 .x'
7
+ NODE_VERSION : ' 22 .x'
8
8
9
9
jobs :
10
10
sync_iconset :
Original file line number Diff line number Diff line change 6
6
- main
7
7
8
8
env :
9
- NODE_VERSION : ' 20 .x'
9
+ NODE_VERSION : ' 22 .x'
10
10
11
11
jobs :
12
12
release :
Original file line number Diff line number Diff line change 38
38
"prettier" : " ^3.3.2"
39
39
},
40
40
"engines" : {
41
- "node" : " 14.* || 16.* || >= 18"
41
+ "node" : " >= 18"
42
42
},
43
43
"jest" : {
44
44
"testEnvironment" : " node"
Original file line number Diff line number Diff line change 330
330
" dist"
331
331
],
332
332
"engines" : {
333
- "node" : " 16.* || >= 18"
333
+ "node" : " >= 18"
334
334
}
335
335
}
Original file line number Diff line number Diff line change 18
18
19
19
* Ember.js v3.28 or above
20
20
* Ember CLI v3.28 or above
21
- * Node.js v16 or above
21
+ * Node.js v18 or above
22
22
23
23
## Installation and Usage
24
24
Original file line number Diff line number Diff line change 110
110
" dist"
111
111
],
112
112
"engines" : {
113
- "node" : " 16.* || >= 18"
113
+ "node" : " >= 18"
114
114
}
115
115
}
Original file line number Diff line number Diff line change 112
112
"webpack" : " ^5.94.0"
113
113
},
114
114
"engines" : {
115
- "node" : " 16.* || >= 18"
115
+ "node" : " >= 18"
116
116
},
117
117
"ember" : {
118
118
"edition" : " octane"
Original file line number Diff line number Diff line change 135
135
"yaml-front-matter" : " ^4.1.1"
136
136
},
137
137
"engines" : {
138
- "node" : " 16.* || >= 18"
138
+ "node" : " >= 18"
139
139
},
140
140
"ember" : {
141
141
"edition" : " octane"
You can’t perform that action at this time.
0 commit comments