File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- # Node.js 22 is required by jQuery infra
15
- NODE_VERSION : [20.x, 22.x]
14
+ # Node.js 18 is required by jqueryui.com
15
+ # Remember to include the version used in Dockerfile!
16
+ NODE_VERSION : [18.x, 20.x, 22.x]
16
17
steps :
17
18
- name : Checkout
18
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 1
1
jQuery UI DownloadBuilder & ThemeRoller backend and frontend application.
2
2
3
3
## Requirements
4
- - [ node >= 20 and npm] ( https://nodejs.org/en/download/ )
4
+ - [ node >=18 and npm] ( https://nodejs.org/en/download/ )
5
5
- ImageMagick 7.x. ([ See below for instructions how to install it] ( #install-imagemagick ) )
6
6
- grunt-cli: ` npm install -g grunt-cli `
7
7
Original file line number Diff line number Diff line change 39
39
"test" : " qunit --require ./test/setup.js test"
40
40
},
41
41
"engines" : {
42
- "node" : " >=20 "
42
+ "node" : " >=18 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments