Skip to content

Commit

Permalink
CI: attest standalone build files. Bump devdeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 1, 2025
1 parent d1cecb2 commit 5b7e467
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
release:
types: [created]
jobs:
release-js:
name: 'jsbt v0.3.1' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
test-js:
name: 'jsbt v0.3.3' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
with:
build-path: test/build
secrets:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
permissions:
contents: write
id-token: write
attestations: write
4 changes: 2 additions & 2 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on:
- pull_request
jobs:
test-js:
name: 'jsbt v0.3.1' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
name: 'jsbt v0.3.3' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
26 changes: 14 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"license": "MIT",
"devDependencies": {
"@paulmillr/jsbt": "0.3.1",
"@paulmillr/jsbt": "0.3.3",
"@scure/base": "1.2.1",
"fast-check": "3.0.0",
"micro-bmark": "0.4.0",
"micro-should": "0.5.1",
"prettier": "3.3.2",
"typescript": "5.5.2"
"prettier": "3.5.2",
"typescript": "5.8.2"
},
"engines": {
"node": "^14.21.3 || >=16"
Expand Down

0 comments on commit 5b7e467

Please sign in to comment.