Skip to content

Commit 199e911

Browse files
committedMar 1, 2025··
CI: attest standalone build files. Bump devdeps.
1 parent 85a103c commit 199e911

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-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

+12-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
@@ -34,12 +34,12 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@paulmillr/jsbt": "0.3.1",
37+
"@paulmillr/jsbt": "0.3.3",
3838
"fast-check": "3.0.0",
3939
"micro-bmark": "0.4.0",
4040
"micro-should": "0.5.1",
41-
"prettier": "3.3.2",
42-
"typescript": "5.5.2"
41+
"prettier": "3.5.2",
42+
"typescript": "5.8.2"
4343
},
4444
"engines": {
4545
"node": "^14.21.3 || >=16"

0 commit comments

Comments
 (0)
Please sign in to comment.