From 88eb3117a7b9c9d53fd4dbabd20bec6a03907b22 Mon Sep 17 00:00:00 2001 From: voluntas Date: Tue, 15 Oct 2024 17:59:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E8=A9=A6=E3=81=97=E5=AE=9F=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-pkg-e2e-test.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/npm-pkg-e2e-test.yml b/.github/workflows/npm-pkg-e2e-test.yml index dd583c95..d8091ea0 100644 --- a/.github/workflows/npm-pkg-e2e-test.yml +++ b/.github/workflows/npm-pkg-e2e-test.yml @@ -2,14 +2,14 @@ name: npm-pkg-e2e-test on: workflow_dispatch: - # push: - # branches: - # - develop - # - feature/* - # paths-ignore: - # - "**.md" - # - "LICENSE" - # - "NOTICE" + push: + branches: + - develop + - feature/* + paths-ignore: + - "**.md" + - "LICENSE" + - "NOTICE" schedule: # UTC 時間で毎日 2:00 (JST で 11:00) に実行、月曜日から金曜日 - cron: "0 2 * * 1-5" @@ -21,6 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + # メンテナンスはおてて sdk_version: [ "2024.1.2", "2023.2.0", @@ -29,8 +30,8 @@ jobs: "2022.1.0", "2021.2.3", ] - # node: ["18", "20", "22"] - node: ["18"] + node: ["18", "20", "22"] + # node: ["18"] # browser: ["chromium", "firefox", "webkit"] browser: ["chromium"] env: