Skip to content

Commit 2e93630

Browse files
Merge branch 'master' into 2025-12-01-update-csl-files
2 parents 1e68d00 + 17e7a9d commit 2e93630

4 files changed

Lines changed: 3803 additions & 2858 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
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

@@ -21,8 +21,8 @@ jobs:
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"

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)