Просмотр исходного кода

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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Andreas Deininger 8 месяцев назад
Родитель
Сommit
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: |