Skip to content

Commit 49a1a19

Browse files
committed
ci: Update jsbt, fix test-slow
1 parent 5df188d commit 49a1a19

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
9-
with:
10-
build-path: test/build
11-
# slow-types: false
12-
secrets:
13-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47
149
permissions:
15-
contents: write
10+
contents: read
1611
id-token: write
17-
attestations: write

.github/workflows/test-slow.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ jobs:
1010
env:
1111
MSHOULD_FAST: 0
1212
steps:
13-
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
14-
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
13+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
14+
with:
15+
persist-credentials: false
16+
submodules: true
17+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
18+
with:
19+
registry-url: "https://registry.npmjs.org"
20+
cache: npm
1521
- run: npm install
1622
- run: npm run build --if-present
1723
- run: npm run test:big

.github/workflows/test-ts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-ts:
7-
name: 'jsbt v0.4.4' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@9d2a1d7f87d4e16f7f97123be2a57c1134c2d393
7+
name: 'jsbt v0.4.5' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@570adcfe0ed96b477bb9b35400fb43fd9406fb47

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"*.d.ts.map"
1111
],
1212
"devDependencies": {
13-
"@paulmillr/jsbt": "0.4.4",
13+
"@paulmillr/jsbt": "0.4.5",
1414
"@scure/base": "2.0.0",
1515
"@types/node": "24.2.1",
1616
"fast-check": "4.2.0",

test/build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)