Skip to content

Commit 94792c3

Browse files
committed
chore: only run tests on node 18
1 parent 3ac2e8a commit 94792c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
with:
1313
lint-check-types: true
1414
npm-test-command: npm run build
15+
node-version-matrix: '[18]'

0 commit comments

Comments
 (0)