Преглед на файлове

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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Andreas Deininger преди 8 месеца
родител
ревизия
aab2b39c50
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/autoprefixer.yml

+ 1 - 1
.github/workflows/autoprefixer.yml

@@ -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: |