Skip to content

Commit

Permalink
Update NodeJS in CD pipeline to NodeJS 20
Browse files Browse the repository at this point in the history
Fixes #303

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Oct 10, 2024
1 parent 0f09495 commit bc6129e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set Up NodeJS
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install NodeJS dependencies
run: npm install -g typescript "@vscode/vsce" "ovsx"
- name: Build Extension
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Set Up NodeJS
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install dependencies
run: |
npm install -g typescript "@vscode/vsce" "ovsx"
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Set Up NodeJS
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Upversion for Development
run: |
tag=`npm version --no-git-tag-version patch`
Expand Down

0 comments on commit bc6129e

Please sign in to comment.