diff --git a/.github/workflows/update_browserslist.yaml b/.github/workflows/update_browserslist.yaml index 3d7f4139b..2dfe3b7e9 100644 --- a/.github/workflows/update_browserslist.yaml +++ b/.github/workflows/update_browserslist.yaml @@ -12,8 +12,6 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - with: - ref: 'main' - uses: actions/setup-node@v4 with: @@ -22,14 +20,6 @@ jobs: - name: Install dependencies run: yarn - - name: Debug Environment - run: | - node -v - npm -v - npx -v - which npx - which npm - - name: Update Browserslist DB run: | chmod +x $GITHUB_WORKSPACE/scripts/update_browserslist.sh # Add execute permissions