Skip to content

Commit 07872f5

Browse files
committed
CI: attest standalone build files. Bump devdeps.
1 parent 5bbcbc2 commit 07872f5

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
@@ -21,10 +21,10 @@
2121
"@scure/base": "~1.2.2"
2222
},
2323
"devDependencies": {
24-
"@paulmillr/jsbt": "0.3.1",
24+
"@paulmillr/jsbt": "0.3.3",
2525
"micro-should": "0.5.1",
26-
"prettier": "3.3.2",
27-
"typescript": "5.5.2"
26+
"prettier": "3.5.2",
27+
"typescript": "5.8.2"
2828
},
2929
"sideEffects": false,
3030
"author": "Paul Miller (https://paulmillr.com)",

0 commit comments

Comments
 (0)