Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Aug 29, 2024
1 parent f7a239d commit afe0cd8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update_browserslist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: 'main'

- uses: actions/setup-node@v4
with:
Expand All @@ -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
Expand Down

0 comments on commit afe0cd8

Please sign in to comment.