diff --git a/.github/workflows/publish-beta.workflow.yml b/.github/workflows/publish-beta.workflow.yml index 85da076..d1828a2 100644 --- a/.github/workflows/publish-beta.workflow.yml +++ b/.github/workflows/publish-beta.workflow.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: yarn - run: yarn lint:check test: @@ -17,15 +17,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: yarn - run: yarn test - - name: Comment Test Coverage - uses: raulanatol/jest-coverage-comment-action@main - with: - github-token: ${{ secrets.NODE_AUTH_TOKEN }} - use-existing-reports: true publish-npm-registry: if: github.ref == 'refs/heads/staging' needs: [lint, test] @@ -34,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' - run: yarn - run: yarn build @@ -49,7 +44,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://npm.pkg.github.com' scope: '@leapwallet' - run: yarn diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 284a03c..6d02ed0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: yarn - run: yarn lint:check test: @@ -18,15 +18,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: yarn - - run: yarn test:coverage + - run: yarn test - - name: Comment Test Coverage - uses: raulanatol/jest-coverage-comment-action@main - with: - github-token: ${{ secrets.NODE_AUTH_TOKEN }} - use-existing-reports: true host-docs: if: github.ref == 'refs/heads/main' needs: [lint, test] @@ -35,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: yarn - run: yarn doc:build - uses: actions/upload-artifact@v2 @@ -55,7 +50,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' - run: yarn - run: yarn build @@ -70,7 +65,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://npm.pkg.github.com' scope: '@leapwallet' - run: yarn