Skip to content

Commit 1883736

Browse files
committed
ci: bump jsbt versions
1 parent b49fd6d commit 1883736

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
release-js:
77
name: 'jsbt v0.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@df058af02b73017cd1f281d85bf4360e07790db6
99
with:
1010
build-path: test/build
1111
# slow-types: false

.github/workflows/test-slow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
1414
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
15-
with:
16-
node-version: 22.13.0
17-
registry-url: 'https://registry.npmjs.org'
18-
cache: npm
1915
- run: npm install
2016
- run: npm run build --if-present
2117
- run: npm run test:big

.github/workflows/test-ts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ on:
55
jobs:
66
test-js:
77
name: 'jsbt v0.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
9-
with:
10-
submodules: true
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@df058af02b73017cd1f281d85bf4360e07790db6

0 commit comments

Comments
 (0)