Skip to content

Commit

Permalink
build: Change the package used for string replacement.
Browse files Browse the repository at this point in the history
The old package hasn't been maintained in years and now has a security
alert.
  • Loading branch information
manthey committed May 4, 2022
1 parent 0232ecc commit 24aee54
Show file tree
Hide file tree
Showing 5 changed files with 859 additions and 896 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
# Delete the package-lock to test with the latest libraries allowed
- run: rm package-lock.json
- run: npm install
- run: npm audit
- run: npm run setup-website
- run: npm run ci-xvfb
- run: npm run ci-build-website
Expand Down
Loading

0 comments on commit 24aee54

Please sign in to comment.