Explorar o código

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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Andreas Deininger hai 8 meses
pai
achega
aab2b39c50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: |