Skip to content

Commit d460697

Browse files
committed
ci: Update jsbt
1 parent b6c93dd commit d460697

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
9-
with:
10-
build-path: test/build
11-
# slow-types: false
12-
secrets:
13-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47
149
permissions:
15-
contents: write
10+
contents: read
1611
id-token: write
17-
attestations: write

.github/workflows/test-ts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-ts:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"index.ts"
1111
],
1212
"devDependencies": {
13-
"@paulmillr/jsbt": "0.4.4",
13+
"@paulmillr/jsbt": "0.4.5",
1414
"@types/node": "24.2.1",
1515
"prettier": "3.6.2",
1616
"typescript": "5.9.2"

test/build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)