Skip to content

Commit e0dd028

Browse files
committed
CI: attest standalone build files. Bump devdeps.
1 parent dc3dd98 commit e0dd028

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
@@ -35,12 +35,12 @@
3535
"@noble/hashes": "1.7.1"
3636
},
3737
"devDependencies": {
38-
"@paulmillr/jsbt": "0.3.1",
38+
"@paulmillr/jsbt": "0.3.3",
3939
"fast-check": "3.0.0",
4040
"micro-bmark": "0.4.0",
4141
"micro-should": "0.5.1",
42-
"prettier": "3.3.2",
43-
"typescript": "5.5.2"
42+
"prettier": "3.5.2",
43+
"typescript": "5.8.2"
4444
},
4545
"sideEffects": false,
4646
"main": "index.js",

0 commit comments

Comments
 (0)