diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index f12c28f..5317dbf 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -104,7 +104,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 @@ -330,7 +330,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.DISABLED != 'yes' - name: Setup Python 3 diff --git a/.github/workflows/insider-macos.yml b/.github/workflows/insider-macos.yml index df24958..ec0cd62 100644 --- a/.github/workflows/insider-macos.yml +++ b/.github/workflows/insider-macos.yml @@ -62,7 +62,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' - name: Setup Python 3 uses: actions/setup-python@v5 diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index c341ad5..75ef182 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' - name: Clone VSCode repo run: . get_repo.sh diff --git a/.github/workflows/insider-windows.yml b/.github/workflows/insider-windows.yml index f3953b6..587eb95 100644 --- a/.github/workflows/insider-windows.yml +++ b/.github/workflows/insider-windows.yml @@ -102,7 +102,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 @@ -183,7 +183,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 544e4a7..eb0100a 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -105,7 +105,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 @@ -331,7 +331,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.DISABLED != 'yes' - name: Setup Python 3 diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index 3dcdbbe..efede27 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -61,7 +61,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' - name: Setup Python 3 uses: actions/setup-python@v5 diff --git a/.github/workflows/stable-spearhead.yml b/.github/workflows/stable-spearhead.yml index b634e6a..8107ce2 100644 --- a/.github/workflows/stable-spearhead.yml +++ b/.github/workflows/stable-spearhead.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' - name: Clone VSCode repo run: . get_repo.sh diff --git a/.github/workflows/stable-windows.yml b/.github/workflows/stable-windows.yml index 37ab69e..d7a8321 100644 --- a/.github/workflows/stable-windows.yml +++ b/.github/workflows/stable-windows.yml @@ -101,7 +101,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 @@ -182,7 +182,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '22.15.1' + node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' - name: Setup Python 3 diff --git a/.nvmrc b/.nvmrc index 8320a6d..fc37597 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.15.1 +22.17.0