diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 8295ccf..b860bb4 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: |