Skip to content

Commit

Permalink
Merge pull request #19 from NYPL/scc-4043
Browse files Browse the repository at this point in the history
Scc 4043
  • Loading branch information
danamansana committed Apr 10, 2024
2 parents a8636e5 + 523c7b9 commit 313540e
Show file tree
Hide file tree
Showing 6 changed files with 886 additions and 1,407 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Unit Tests

on: [push]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node version
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: npm install
run: npm ci
- name: Unit Tests
run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.0

- Bump Node version to 20

## v2.0.0
- Rewrote it to use axios
- Supports concurrency limits
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a light wrapper around SCSB's [RESTful interace](https://scsb.recaplib.org:9093/swagger-ui.html).

## Version
> 2.0.0
> 3.0.0
## Install

Expand Down

0 comments on commit 313540e

Please sign in to comment.