Skip to content

Commit 39419e1

Browse files
authored
ci: only run the tests on Node 18
1 parent e767ab7 commit 39419e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# uses: mxschmitt/action-tmate@v3
6565

6666
- name: Test
67-
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !matrix.skip_test }}"
67+
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && contains(matrix.node, '18') }}"
6868
run: |
6969
pnpm run test
7070

0 commit comments

Comments
 (0)