Skip to content

Commit f6d2e47

Browse files
Update npm deps (#1290)
1 parent c6654db commit f6d2e47

File tree

4 files changed

+170
-204
lines changed

4 files changed

+170
-204
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @testforstephen @jdneo @Eskibear @CsCherrYY

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)