File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Setup Node.js
2626 uses : actions/setup-node@master
2727 with :
28- node-version : " 20 "
28+ node-version : " 22 "
2929 - name : Cache node modules
3030 uses : actions/cache@master
3131 env :
Original file line number Diff line number Diff line change 1212 - name : Setup Node.js
1313 uses : actions/setup-node@master
1414 with :
15- node-version : " 20 "
15+ node-version : " 22 "
1616
1717 # Speed up subsequent runs with caching
1818 - name : Cache node modules
Original file line number Diff line number Diff line change 1919 "license" : " UNLICENSED" ,
2020 "author" : " Research Computing Group <research.computing@slu.edu> (https://slu.edu)" ,
2121 "repository" : " github:CenterForDigitalHumanities/rerum_server_nodejs" ,
22+ "engines" : {
23+ "node" : " >=22.12.0"
24+ },
2225 "scripts" : {
2326 "start" : " node ./bin/rerum_v1.js" ,
2427 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments