Skip to content

Commit

Permalink
Merge pull request #115 from lightninglabs/update-deps-0924
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jamaljsr authored Sep 9, 2024
2 parents 25eeb6f + f660f66 commit 0c7c7a4
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 358 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run build
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run lint
6 changes: 3 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: npm publish --access public
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run prettier
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"mocha": "9.2.2",
"node-polyfill-webpack-plugin": "1.1.4",
"prettier": "2.6.0",
"ts-loader": "9.2.6",
"ts-loader": "9.5.1",
"ts-node": "10.7.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "4.5.5",
"webpack": "5.69.1",
"webpack-cli": "4.9.2"
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@lightninglabs/lnc-core": "0.3.2-alpha",
Expand Down
Loading

0 comments on commit 0c7c7a4

Please sign in to comment.