Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
chore(Release): v1.3.4 (amishshah#106)
Browse files Browse the repository at this point in the history
* Update packages

* Fix audit issues, replace docma, update tests

* Update node in CI

* Update README

* Version bump to 1.3.4
  • Loading branch information
amishshah committed Jul 9, 2022
1 parent 7071332 commit fcd7ea6
Show file tree
Hide file tree
Showing 10 changed files with 6,773 additions and 16,870 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node 12
- name: Setup Node 16
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Build documentation
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ each category is preferred)

## License

> Copyright 2019 - 2020 Amish Shah
> Copyright 2019 - 2022 Amish Shah
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
Expand Down
44 changes: 0 additions & 44 deletions docma.json

This file was deleted.

Loading

0 comments on commit fcd7ea6

Please sign in to comment.