From d358d7ed987c62907f28b70229cdac110880923e Mon Sep 17 00:00:00 2001 From: Kenty Akoarum Date: Fri, 10 Nov 2023 16:39:37 +0900 Subject: [PATCH] update ci yml --- .github/workflows/spec.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index e1536a7..f243262 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -1,9 +1,7 @@ name: Spec Test on: - push: - tags-ignore: - - '**' + push pull_request: types: [opened, edited] @@ -16,7 +14,7 @@ jobs: ref: main - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '14.x' registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v1 with: