diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ee9cafb..dddd7d6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 + with: + node-version: '12' - name: Get yarn cache id: yarn-cache