Skip to content

Commit b34a7ba

Browse files
committed
fix ci errors
1 parent 05c6bfb commit b34a7ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [18.x]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
yarn install
2222
yarn lint
23+
yarn build
2324
yarn test --maxWorkers=50% --silent
2425
env:
2526
CI: true

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [20.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)