Skip to content

Commit d643105

Browse files
chore: remove Node.js 18 from test-smoke in CI too
1 parent b2985b3 commit d643105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mocha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
smoke:
2424
uses: ./.github/workflows/npm-script.yml
2525
with:
26-
node-versions: '18,20,22,24'
26+
node-versions: '20,22,24'
2727
npm-script: test-smoke
2828

2929
test-node-lts:

0 commit comments

Comments
 (0)