Skip to content

Commit

Permalink
Update node version in 'autoprefixer.yml' workflow (#964)
Browse files Browse the repository at this point in the history
Co-authored-by: Emruz Hossain <[email protected]>
  • Loading branch information
deining and hossainemruz authored Sep 7, 2024
1 parent f2e5497 commit aab2b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoprefixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "15.x"
node-version: "20.x"

- name: Run autoprefixer
run: |
Expand Down

0 comments on commit aab2b39

Please sign in to comment.