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