diff --git a/.github/workflows/build-and-maybe-deploy.yaml b/.github/workflows/build-and-maybe-deploy.yaml index d7a4544..92aa9e1 100644 --- a/.github/workflows/build-and-maybe-deploy.yaml +++ b/.github/workflows/build-and-maybe-deploy.yaml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - with: - node-version-file: .nvmrc + with: + node-version-file: .nvmrc # Use caching to speed reload - uses: actions/cache@v2