1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Update setup-node docs in accordance with new cache functionality (#20214)

This commit is contained in:
MaksimZhukov
2021-07-01 16:14:54 +03:00
committed by GitHub
parent d4e2cce848
commit af158bc17d
12 changed files with 53 additions and 44 deletions

View File

@@ -57,11 +57,11 @@ You can populate the runner tool cache by running a {% data variables.product.pr
mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
mkdir -p "${{ runner.tool_cache }}"
- name: Setup Node 10
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 10.x
- name: Setup Node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Archive tool cache