We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c6bfb commit b34a7baCopy full SHA for b34a7ba
.github/workflows/nodejs.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- node-version: [20.x]
+ node-version: [18.x]
12
13
steps:
14
- uses: actions/checkout@v4
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
yarn install
22
yarn lint
23
+ yarn build
24
yarn test --maxWorkers=50% --silent
25
env:
26
CI: true
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
15
16
17
18
19
0 commit comments