We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5033bcd commit ea9eefaCopy full SHA for ea9eefa
1 file changed
.github/workflows/ci-build.yml
@@ -68,10 +68,9 @@ jobs:
68
- name: Build docs
69
if: matrix.node-version == env.LATEST_SUPPORTED_NODE
70
run: npm run docs
71
- - name: Run tests (Node 18 - excludes packages requiring Node >= 20)
+ - name: Run tests (Node 18)
72
if: matrix.node-version == '18.x'
73
# @slack/web-api and @slack/webhook require Node >= 20.
74
- # Update this list when adding new packages.
75
run: |
76
npm test --workspace=@slack/cli-hooks
77
npm test --workspace=@slack/cli-test
0 commit comments