190.diff (2290B)
1 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml 2 index ad630be..cb1e345 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 @@ -33,7 +33,7 @@ jobs: 15 # also other environment variable 16 NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 - name: Deploy 🚀 18 - uses: JamesIves/github-pages-deploy-action@v4.4.3 19 + uses: JamesIves/github-pages-deploy-action@v4.5.0 20 with: 21 folder: dist # The folder that the build-storybook script generates files. 22 clean: true # Automatically remove deleted files from the deploy branch 23 \ No newline at end of file 24 diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml 25 index e6f1029..d94f4ad 100644 26 --- a/.github/workflows/percy.yaml 27 +++ b/.github/workflows/percy.yaml 28 @@ -15,7 +15,7 @@ jobs: 29 - uses: actions/checkout@v4 30 with: 31 persist-credentials: false 32 - - uses: actions/setup-node@v3 33 + - uses: actions/setup-node@v4 34 with: 35 node-version: "18" 36 registry-url: https://npm.pkg.github.com/ 37 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml 38 index fc12841..85efadf 100644 39 --- a/.github/workflows/storybook-tests.yml 40 +++ b/.github/workflows/storybook-tests.yml 41 @@ -11,7 +11,7 @@ jobs: 42 runs-on: ubuntu-latest 43 steps: 44 - uses: actions/checkout@v4 45 - - uses: actions/setup-node@v3 46 + - uses: actions/setup-node@v4 47 with: 48 node-version: "18.x" 49 registry-url: https://npm.pkg.github.com/ 50 @@ -39,7 +39,7 @@ jobs: 51 - name: Setup LCOV 52 uses: hrishikesh-kadam/setup-lcov@v1 53 - name: Report code coverage 54 - uses: zgosalvez/github-actions-report-lcov@v3 55 + uses: zgosalvez/github-actions-report-lcov@v4 56 with: 57 coverage-files: coverage/storybook/lcov.info 58 # TODO: We want to later on reach 80-90% coverage but for now we allow any coverage