File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 steps :
99 - name : Checkout code
1010 uses : actions/checkout@v5
11- - name : Use Node.js 20.5.1
11+ - name : Install latest LTS version of Node.js
1212 uses : actions/setup-node@v6
1313 with :
14- node-version : 20.5.1
14+ node-version : lts/*
1515 - name : Install dependencies
1616 run : npm install
1717
2121 run : npm run build
2222 env :
2323 CI : false
24- REACT_APP_LOGIN_BASE_URL : https://search-staging.www. lib.umich.edu
25- REACT_APP_SPECTRUM_BASE_URL : https://search-staging.www. lib.umich.edu/spectrum
24+ REACT_APP_LOGIN_BASE_URL : https://legacy-search.workshop.search. lib.umich.edu/
25+ REACT_APP_SPECTRUM_BASE_URL : https://legacy-search.workshop.search. lib.umich.edu/ /spectrum
2626 - name : " Package: Staging"
2727 run : tar -C build --transform s/./search/ -czf search-staging.tar.gz .
2828 - name : " Upload Release Asset: Staging"
Original file line number Diff line number Diff line change 1818 with :
1919 node-version : lts/*
2020 check-latest : true
21- - name : Clean install
22- run : npm ci
21+ - name : Install NPM
22+ run : npm install
2323 - name : Run ESLint
2424 run : npm run lint
You can’t perform that action at this time.
0 commit comments