Skip to content

Commit

Permalink
Update browser list on deploy too
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Aug 24, 2024
1 parent 42be3db commit 07f29a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
node-version: '20'

- name: Install Node dependencies
run: npm install
run: |
npm install
npx browserslist@latest --update-db
- name: Build CSS
run: |
Expand Down

0 comments on commit 07f29a0

Please sign in to comment.