File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- uses : actions/setup-node@v2
49
49
with :
50
- node-version : 14
50
+ node-version : 16
51
51
52
52
- name : Sync with upstream (rebase)
53
53
run : |
61
61
uses : actions/cache@v2
62
62
with :
63
63
path : " **/node_modules"
64
- key : ${{ runner.os }}-cacheNodeModules21 -${{ steps.nodeModulesCacheKey.outputs.value }}
65
- restore-keys : ${{ runner.os }}-cacheNodeModules21 -
64
+ key : ${{ runner.os }}-cacheNodeModules22 -${{ steps.nodeModulesCacheKey.outputs.value }}
65
+ restore-keys : ${{ runner.os }}-cacheNodeModules22 -
66
66
- name : Get yarn cache directory path
67
67
id : yarnCacheDirPath
68
68
if : ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Original file line number Diff line number Diff line change 47
47
48
48
- uses : actions/setup-node@v2
49
49
with :
50
- node-version : 14
50
+ node-version : 16
51
51
52
52
- name : Sync with upstream (rebase)
53
53
run : |
61
61
uses : actions/cache@v2
62
62
with :
63
63
path : " **/node_modules"
64
- key : ${{ runner.os }}-cacheNodeModules21 -${{ steps.nodeModulesCacheKey.outputs.value }}
65
- restore-keys : ${{ runner.os }}-cacheNodeModules21 -
64
+ key : ${{ runner.os }}-cacheNodeModules22 -${{ steps.nodeModulesCacheKey.outputs.value }}
65
+ restore-keys : ${{ runner.os }}-cacheNodeModules22 -
66
66
- name : Get yarn cache directory path
67
67
id : yarnCacheDirPath
68
68
if : ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
108
108
- uses : actions/setup-node@v2
109
109
with :
110
- node-version : 14
110
+ node-version : 16
111
111
112
112
- name : Install Yarn
113
113
run : npm install -g yarn
@@ -121,8 +121,8 @@ jobs:
121
121
uses : actions/cache@v2
122
122
with :
123
123
path : " openvscode-server/**/node_modules"
124
- key : linux-${{ matrix.npm_arch }}-cacheNodeModules21 -${{ steps.nodeModulesCacheKey.outputs.value }}
125
- restore-keys : linux-${{ matrix.npm_arch }}-cacheNodeModules21 -
124
+ key : linux-${{ matrix.npm_arch }}-cacheNodeModules22 -${{ steps.nodeModulesCacheKey.outputs.value }}
125
+ restore-keys : linux-${{ matrix.npm_arch }}-cacheNodeModules22 -
126
126
- name : Get yarn cache directory path
127
127
working-directory : ./openvscode-server
128
128
id : yarnCacheDirPath
You can’t perform that action at this time.
0 commit comments