Skip to content

Commit ea9eefa

Browse files
improve naming
1 parent 5033bcd commit ea9eefa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
- name: Build docs
6969
if: matrix.node-version == env.LATEST_SUPPORTED_NODE
7070
run: npm run docs
71-
- name: Run tests (Node 18 - excludes packages requiring Node >= 20)
71+
- name: Run tests (Node 18)
7272
if: matrix.node-version == '18.x'
7373
# @slack/web-api and @slack/webhook require Node >= 20.
74-
# Update this list when adding new packages.
7574
run: |
7675
npm test --workspace=@slack/cli-hooks
7776
npm test --workspace=@slack/cli-test

0 commit comments

Comments
 (0)