File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 strategy :
1616 matrix :
17- node-version : [22]
17+ node-version : [22.16 ]
1818
1919 steps :
2020 - uses : actions/checkout@v4
4242
4343 strategy :
4444 matrix :
45- node-version : [22]
45+ node-version : [22.16 ]
4646
4747 steps :
4848 - name : " BrowserStack Env Setup"
Original file line number Diff line number Diff line change 1- 16 .16
1+ 22 .16
Original file line number Diff line number Diff line change 33 "version" : " 9.0.0" ,
44 "description" : " Simple Analytics visitor facing scripts" ,
55 "main" : " compile.js" ,
6+ "engines" : {
7+ "node" : " 22.16"
8+ },
69 "scripts" : {
710 "playground" : " ./playground.sh" ,
811 "watch" : " node_modules/.bin/nodemon compile.js --ignore dist" ,
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ const getDeviceName = ({
231231
232232 suiteInstance . addTest (
233233 new Mocha . Test ( `Test Node.js environment` , async function ( ) {
234- expect ( process . version , "Should use Node.js 16 .16" ) . to . match ( / ^ v 1 6 \. 1 6 / ) ;
234+ expect ( process . version , "Should use Node.js 22 .16" ) . to . match ( / ^ v 2 2 \. 1 6 / ) ;
235235 } )
236236 ) ;
237237
You can’t perform that action at this time.
0 commit comments