cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

165.diff (1808B)


      1 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
      2 index ad630be..dbd5627 100644
      3 --- a/.github/workflows/deploy.yaml
      4 +++ b/.github/workflows/deploy.yaml
      5 @@ -16,7 +16,7 @@ jobs:
      6          uses: actions/checkout@v4
      7          with:
      8            persist-credentials: false
      9 -      - uses: actions/setup-node@v3
     10 +      - uses: actions/setup-node@v4
     11          with:
     12            node-version: '18'
     13            registry-url: https://npm.pkg.github.com/
     14 diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml
     15 index e6f1029..d94f4ad 100644
     16 --- a/.github/workflows/percy.yaml
     17 +++ b/.github/workflows/percy.yaml
     18 @@ -15,7 +15,7 @@ jobs:
     19        - uses: actions/checkout@v4
     20          with:
     21            persist-credentials: false
     22 -      - uses: actions/setup-node@v3
     23 +      - uses: actions/setup-node@v4
     24          with:
     25            node-version: "18"
     26            registry-url: https://npm.pkg.github.com/
     27 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml
     28 index fc12841..85efadf 100644
     29 --- a/.github/workflows/storybook-tests.yml
     30 +++ b/.github/workflows/storybook-tests.yml
     31 @@ -11,7 +11,7 @@ jobs:
     32      runs-on: ubuntu-latest
     33      steps:
     34        - uses: actions/checkout@v4
     35 -      - uses: actions/setup-node@v3
     36 +      - uses: actions/setup-node@v4
     37          with:
     38            node-version: "18.x"
     39            registry-url: https://npm.pkg.github.com/
     40 @@ -39,7 +39,7 @@ jobs:
     41        - name: Setup LCOV
     42          uses: hrishikesh-kadam/setup-lcov@v1
     43        - name: Report code coverage
     44 -        uses: zgosalvez/github-actions-report-lcov@v3
     45 +        uses: zgosalvez/github-actions-report-lcov@v4
     46          with:
     47            coverage-files: coverage/storybook/lcov.info
     48            # TODO: We want to later on reach 80-90% coverage but for now we allow any coverage