File tree Expand file tree Collapse file tree 4 files changed +170
-204
lines changed Expand file tree Collapse file tree 4 files changed +170
-204
lines changed Original file line number Diff line number Diff line change 1+ * @ testforstephen @ jdneo @ Eskibear @ CsCherrYY
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 - name : Setup Node.js environment
3030 uses : actions/setup-node@v2
3131 with :
32- node-version : 12
32+ node-version : 16
3333
3434 - name : Install Node.js modules
3535 run : npm install
3636
3737 - name : Install build tools
38- run : npm install -g "vsce@<2" typescript
38+ run : npm install -g @vscode/vsce typescript
3939
4040 - name : Lint
4141 run : npm run tslint
@@ -65,13 +65,13 @@ jobs:
6565 - name : Setup Node.js environment
6666 uses : actions/setup-node@v2
6767 with :
68- node-version : 12
68+ node-version : 16
6969
7070 - name : Install Node.js modules
7171 run : npm install
7272
7373 - name : Install build tools
74- run : npm install -g vsce@">1.0 <2.0" typescript --force
74+ run : npm install -g @vscode/vsce typescript --force
7575
7676 - name : Lint
7777 run : npm run tslint
@@ -101,13 +101,13 @@ jobs:
101101 - name : Setup Node.js environment
102102 uses : actions/setup-node@v2
103103 with :
104- node-version : 12
104+ node-version : 16
105105
106106 - name : Install Node.js modules
107107 run : npm install
108108
109109 - name : Install build tools
110- run : npm install -g "vsce@<2" typescript
110+ run : npm install -g @vscode/vsce typescript
111111
112112 - name : Lint
113113 run : npm run tslint
You can’t perform that action at this time.
0 commit comments