Skip to content

Commit

Permalink
update deps & ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Dec 26, 2023
1 parent 36233af commit 6d1546c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
id-token: write
steps:
- name: Checkout code & submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: latest

Expand All @@ -26,6 +26,6 @@ jobs:
run: pnpm run build

- name: "Publish to NPM"
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: latest

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"types": "./types/index.d.ts"
}
},
"files": ["dist", ".npmrc"],
"files": [
"dist",
".npmrc"
],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/meshtastic/js/issues"
Expand All @@ -33,14 +36,14 @@
"url": "https://github.com/meshtastic/js.git"
},
"dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231206215336-8002ce9b3c7a.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20231217172755-5fd2f2d6c2a0.1",
"@bufbuild/protobuf": "^1.6.0",
"crc": "^4.3.2",
"sub-events": "^1.9.0",
"tslog": "^4.9.2"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"biome": "^0.3.3",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 6d1546c

Please sign in to comment.