From f1dda4167c2f4071f1b00836848295d42bfc1842 Mon Sep 17 00:00:00 2001 From: Farrah Mae Ochoa Date: Thu, 25 Apr 2024 18:44:56 +0400 Subject: [PATCH] ci: test --- .github/workflows/build-and-deploy-test.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build-and-deploy-test.yml b/.github/workflows/build-and-deploy-test.yml index df640a4e..0b2d3102 100644 --- a/.github/workflows/build-and-deploy-test.yml +++ b/.github/workflows/build-and-deploy-test.yml @@ -29,17 +29,9 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'npm' - - name: Post Cloudflare Pages Preview comment - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 - with: - header: Cloudflare Pages Preview Comment - number: ${{github.event.pull_request.user.login}} - message: echo "test" - recreate: true - - name: Create npmrc file shell: bash run: echo "@deriv-com:registry=https://npm.pkg.github.com" >> .npmrc