diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 3e32f69..cf90151 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.2 with: node-version: "12.x"