mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
update rich nav node version
This commit is contained in:
4
.github/workflows/rich-navigation.yml
vendored
4
.github/workflows/rich-navigation.yml
vendored
@@ -19,9 +19,9 @@ jobs:
|
||||
key: ${{ runner.os }}-dependencies-${{ hashfiles('yarn.lock') }}
|
||||
restore-keys: ${{ runner.os }}-dependencies-
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 10
|
||||
node-version: 12
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.caching-stage.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user