From f082810d808f203ca84feabca5aa0197132f643c Mon Sep 17 00:00:00 2001 From: Liry24 <47878070+Liry24@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:07:34 +0900 Subject: [PATCH] fix : github action --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8aa2b..48f80fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI on: [push] +env: + MICROCMS_SERVICE_DOMAIN: ${{ secrets.MICROCMS_SERVICE_DOMAIN }} + MICROCMS_API_KEY: ${{ secrets.MICROCMS_API_KEY }} jobs: lighthouseci: runs-on: ubuntu-latest @@ -7,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - run: npm install && npm install -g @lhci/cli@0.14.x - run: npm run build - run: lhci autorun