Skip to content

Commit e9084d3

Browse files
committed
CI: attest standalone build files. Bump devdeps.
1 parent 56f2557 commit e9084d3

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ on:
33
release:
44
types: [created]
55
jobs:
6-
release-js:
7-
name: 'jsbt v0.3.1' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
6+
test-js:
7+
name: 'jsbt v0.3.3' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
99
with:
1010
build-path: test/build
1111
secrets:
1212
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
1313
permissions:
1414
contents: write
1515
id-token: write
16+
attestations: write

.github/workflows/test-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-js:
7-
name: 'jsbt v0.3.1' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
7+
name: 'jsbt v0.3.3' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea

package-lock.json

+14-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@scure/base": "~1.2.4"
1616
},
1717
"devDependencies": {
18-
"@paulmillr/jsbt": "0.3.1",
18+
"@paulmillr/jsbt": "0.3.3",
1919
"micro-bmark": "0.4.0",
2020
"micro-should": "0.5.1",
21-
"prettier": "3.3.2",
22-
"typescript": "5.5.2"
21+
"prettier": "3.5.2",
22+
"typescript": "5.8.2"
2323
},
2424
"author": "Paul Miller (https://paulmillr.com)",
2525
"homepage": "https://paulmillr.com/",

0 commit comments

Comments
 (0)