From 9da1ebb55f7de45bafcc345bb4fb194b77750323 Mon Sep 17 00:00:00 2001 From: Sarah Lean <13692824+weeyin83@users.noreply.github.com> Date: Mon, 21 Nov 2022 16:23:45 +0000 Subject: [PATCH] Update node version --- content/packages/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/packages/quickstart.md b/content/packages/quickstart.md index 367b54eb17..7ff2db3442 100644 --- a/content/packages/quickstart.md +++ b/content/packages/quickstart.md @@ -64,7 +64,7 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor - uses: {% data reusables.actions.action-checkout %} - uses: {% data reusables.actions.action-setup-node %} with: - node-version: 12 + node-version: 16 - run: npm ci - run: npm test @@ -78,7 +78,7 @@ In this guide, you'll create a {% data variables.product.prodname_actions %} wor - uses: {% data reusables.actions.action-checkout %} - uses: {% data reusables.actions.action-setup-node %} with: - node-version: 12 + node-version: 16 registry-url: {% ifversion ghes or ghae %}https://npm.YOUR-HOSTNAME.com/{% else %}https://npm.pkg.github.com/{% endif %} - run: npm ci - run: npm publish