Skip to content

Commit

Permalink
Merge pull request #83 from dspace-group/main
Browse files Browse the repository at this point in the history
Update dependencies and fix tests
  • Loading branch information
codepunkt authored Jul 5, 2023
2 parents 14934eb + f5e61f8 commit 6760fe5
Show file tree
Hide file tree
Showing 9 changed files with 4,642 additions and 4,074 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
npm ci --no-audit --no-fund
cd test && npm run ci --no-audit --no-fund
cd test && npm ci --no-audit --no-fund
- name: Run tests
run: npm run test
env:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.0

- Support for node 14 removed
- Update dependencies

# 1.0.0

Initial release
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="https://img.shields.io/npm/v/rollup-license-plugin.svg?logo=npm&style=popout"/>
</a>
<a href="https://github.com/codepunkt/rollup-license-plugin/commits/master">
<img src="https://img.shields.io/github/workflow/status/codepunkt/rollup-license-plugin/tests.svg?style=popout&logo=github&logoColor=ddd" alt="Continuous integration status"/>
<img src="https://img.shields.io/github/actions/workflow/status/codepunkt/rollup-license-plugin/test.yml?branch=main&style=popout&logo=github&logoColor=ddd" alt="Continuous integration status"/>
</a>
<!--<a href="https://codecov.io/gh/codepunkt/rollup-license-plugin">
<img src="https://img.shields.io/codecov/c/github/codepunkt/rollup-license-plugin/master.svg?style=popout&logo=codecov" alt="Code coverage"/>
Expand Down
Loading

0 comments on commit 6760fe5

Please sign in to comment.