File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
release-js :
7
7
name : ' jsbt v0.4.1'
8
- uses : paulmillr/jsbt/.github/workflows/release.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
8
+ uses : paulmillr/jsbt/.github/workflows/release.yml@df058af02b73017cd1f281d85bf4360e07790db6
9
9
with :
10
10
build-path : test/build
11
11
# slow-types: false
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
14
14
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
15
- with :
16
- node-version : 22.13.0
17
- registry-url : ' https://registry.npmjs.org'
18
- cache : npm
19
15
- run : npm install
20
16
- run : npm run build --if-present
21
17
- run : npm run test:big
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
test-js :
7
7
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
You can’t perform that action at this time.
0 commit comments