Skip to content

Commit

Permalink
Package updates and disallow setting target attribute (#31)
Browse files Browse the repository at this point in the history
* Update dependencies to their latest versions

* Disallow users providing the 'target' attribute when creating links

* Update tests to be more specific and fix deprecated faker functions

* Update package version

* Fix build pipeline to use yarn instead of npm
  • Loading branch information
dbudwin authored Nov 1, 2023
1 parent 84df4d8 commit c614fbb
Show file tree
Hide file tree
Showing 6 changed files with 5,791 additions and 8,062 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "16"
- name: Install npm Dependencies
run: npm install
- name: Install yarn Dependencies
run: yarn install
- name: Run Linting
run: npm run lint
run: yarn run lint
- name: Run Tests
run: npm run ci-test
run: yarn run ci-test
- name: Publish Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
Loading

0 comments on commit c614fbb

Please sign in to comment.