From 622db48efc56534b597e5ee96e97fab966a87e76 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Fri, 2 Sep 2022 20:53:38 +0100 Subject: [PATCH] Fix YAML in larger runner job example --- .../actions/using-github-hosted-runners/using-larger-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index 22ea007919..a392c9437e 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-20.04-16core steps: - uses: {% data reusables.actions.action-checkout %} - - uses:{% data reusables.actions.action-setup-node %} + - uses: {% data reusables.actions.action-setup-node %} with: node-version: '14' - run: npm install -g bats