diff --git a/.github/workflows/insiders-gp.yml b/.github/workflows/insiders-gp.yml index 260c0e1..b2064c4 100644 --- a/.github/workflows/insiders-gp.yml +++ b/.github/workflows/insiders-gp.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Sync with upstream (rebase) run: | @@ -61,8 +61,8 @@ jobs: uses: actions/cache@v2 with: path: "**/node_modules" - key: ${{ runner.os }}-cacheNodeModules21-${{ steps.nodeModulesCacheKey.outputs.value }} - restore-keys: ${{ runner.os }}-cacheNodeModules21- + key: ${{ runner.os }}-cacheNodeModules22-${{ steps.nodeModulesCacheKey.outputs.value }} + restore-keys: ${{ runner.os }}-cacheNodeModules22- - name: Get yarn cache directory path id: yarnCacheDirPath if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index f86900a..0f0c511 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Sync with upstream (rebase) run: | @@ -61,8 +61,8 @@ jobs: uses: actions/cache@v2 with: path: "**/node_modules" - key: ${{ runner.os }}-cacheNodeModules21-${{ steps.nodeModulesCacheKey.outputs.value }} - restore-keys: ${{ runner.os }}-cacheNodeModules21- + key: ${{ runner.os }}-cacheNodeModules22-${{ steps.nodeModulesCacheKey.outputs.value }} + restore-keys: ${{ runner.os }}-cacheNodeModules22- - name: Get yarn cache directory path id: yarnCacheDirPath if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22cf543..22d6c9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install Yarn run: npm install -g yarn @@ -121,8 +121,8 @@ jobs: uses: actions/cache@v2 with: path: "openvscode-server/**/node_modules" - key: linux-${{ matrix.npm_arch }}-cacheNodeModules21-${{ steps.nodeModulesCacheKey.outputs.value }} - restore-keys: linux-${{ matrix.npm_arch }}-cacheNodeModules21- + key: linux-${{ matrix.npm_arch }}-cacheNodeModules22-${{ steps.nodeModulesCacheKey.outputs.value }} + restore-keys: linux-${{ matrix.npm_arch }}-cacheNodeModules22- - name: Get yarn cache directory path working-directory: ./openvscode-server id: yarnCacheDirPath