ci: only run the tests on Node 18

This commit is contained in:
Amin Yahyaabadi 2023-04-24 13:26:51 -07:00 committed by GitHub
parent e767ab7a9a
commit 39419e1292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
# uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
- name: Test - name: Test
if: "${{ !contains(github.event.head_commit.message, '[skip test]') && !matrix.skip_test }}" if: "${{ !contains(github.event.head_commit.message, '[skip test]') && contains(matrix.node, '18') }}"
run: | run: |
pnpm run test pnpm run test