1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #32921 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-11-23 14:39:54 -08:00
committed by GitHub

View File

@@ -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