Skip to content

Commit 2914f28

Browse files
committed
Merge branch 'main' into simplify-promises
2 parents ac11201 + 12ba83d commit 2914f28

File tree

574 files changed

+9645
-9289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

574 files changed

+9645
-9289
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
lfs: true
1717

1818
- name: Use Node.js
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: 'yarn'
2323

2424
- uses: actions/setup-go@v6

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
lfs: true
1515

1616
- name: Use Node.js
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: 20
19+
node-version: 24
2020
cache: 'yarn'
2121

2222
- name: Start wasmd

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
lfs: true
1717

1818
- name: Use Node.js
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: 'yarn'
2323

2424
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
lfs: true
1919

2020
- name: Use Node.js
21-
uses: actions/setup-node@v5
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: 'yarn'
2525

2626
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
lfs: true
1515

1616
- name: Use Node.js
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: 'yarn'
2121

2222
- name: Start wasmd
@@ -63,7 +63,7 @@ jobs:
6363
lfs: true
6464

6565
- name: Use Node.js
66-
uses: actions/setup-node@v5
66+
uses: actions/setup-node@v6
6767
with:
6868
node-version: "${{ matrix.node-version }}"
6969
cache: 'yarn'
@@ -100,7 +100,7 @@ jobs:
100100
SKIP_BUILD: 1
101101
WASMD_ENABLED: 1
102102
SES_ENABLED: 1
103-
run: yarn test --stream
103+
run: yarn run test
104104

105105
test-backends:
106106
strategy:
@@ -113,9 +113,9 @@ jobs:
113113
lfs: true
114114

115115
- name: Use Node.js
116-
uses: actions/setup-node@v5
116+
uses: actions/setup-node@v6
117117
with:
118-
node-version: 22
118+
node-version: 24
119119
cache: 'yarn'
120120

121121
- name: Start wasmd
@@ -150,4 +150,4 @@ jobs:
150150
run: |
151151
[ "${{ matrix.simapp }}" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1
152152
[ "${{ matrix.simapp }}" = "simapp50" ] && export SIMAPP50_ENABLED=1 SLOW_SIMAPP50_ENABLED=1
153-
yarn test --stream
153+
yarn run test

0 commit comments

Comments
 (0)