Skip to content

Commit

Permalink
Merge pull request #83 from adzerk/rs/word-wrap-1.2.4
Browse files Browse the repository at this point in the history
Pump word-wrap to 1.2.4
  • Loading branch information
honeycomb-cheesecake authored Jul 25, 2023
2 parents 0e4d3f1 + 6c87098 commit a1e3c96
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
node-version: 18
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: npm install
- name: Build SDK
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"resolutions": {
"node-forge": "1.3.0"
"overrides": {
"tough-cookie": "^4.1.3",
"word-wrap": "^1.2.4"
},
"lint-staged": {
"*.{js,ts,css,md}": [
Expand Down

0 comments on commit a1e3c96

Please sign in to comment.