diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aa9127..555a269 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Git Checkout uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '12' - name: Setup Hugo