Update node version in 'autoprefixer.yml' workflow (#964)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Andreas Deininger 2024-09-07 23:34:21 +02:00 committed by GitHub
parent f2e549772d
commit aab2b39c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "15.x" node-version: "20.x"
- name: Run autoprefixer - name: Run autoprefixer
run: | run: |