File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
matrix :
7
7
os : [ubuntu-latest]
8
8
gcc_v : [11]
9
- node-version : [18 .x]
9
+ node-version : [20 .x]
10
10
fail-fast : false
11
11
runs-on : ${{ matrix.os }}
12
12
env :
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-node@v4
14
14
with :
15
- node-version : 18
15
+ node-version : 20.x
16
16
17
17
- name : Check if there are changes to deploy
18
18
id : deploy-nightly
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v4
11
11
- uses : actions/setup-node@v4
12
12
with :
13
- node-version : 18
13
+ node-version : 20.x
14
14
- run : npm ci
15
15
16
16
# Package and publish the extension to VS Code Marketplace
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Where `<YOUR-USERNAME>` should be your GitHub username.
22
22
23
23
### Dependencies
24
24
25
- To build this project you will need [ NodeJS] ( https://nodejs.org/ ) ` >= 16.13.1 ` .
25
+ To build this project you will need [ NodeJS] ( https://nodejs.org/ ) ` >= 20.0.0 ` .
26
26
Open a terminal and run for a quick dependency installation:
27
27
28
28
``` sh
Original file line number Diff line number Diff line change 731
731
"watch-dev" : " webpack --mode development --watch --progress" ,
732
732
"webpack" : " webpack --mode production" ,
733
733
"pretest" : " npm run compile-dev && tsc -p tsconfig.test.json" ,
734
- "test" : " npm run test:unit && npm run test:integration && npm run test:ui " ,
734
+ "test" : " npm run test:unit && npm run test:integration" ,
735
735
"test:ui" : " extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js -s .vscode-test/ui -e .vscode-test/ui/extensions" ,
736
736
"test:unit" : " node ./out/test/unitTest/runTest.js" ,
737
737
"test:integration" : " node ./out/test/integration/runTest.js" ,
You can’t perform that action at this time.
0 commit comments