diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index c164f710f..fe3d857df 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.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: |