Skip to content

Commit

Permalink
Merge pull request #69 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
ryuichis authored Jul 21, 2023
2 parents 34e6a78 + c3b2d7b commit 0abb788
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"overrides": {
"tough-cookie": "^4.1.3",
"word-wrap": "^1.2.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -63,4 +67,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 0abb788

Please sign in to comment.