File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [14.x ]
12
+ node-version : [18 ]
13
13
14
14
steps :
15
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v4
16
16
- name : Use Node.js ${{ matrix.node-version }}
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
20
- name : npm install, build
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
12
12
strategy :
13
13
matrix :
14
- node-version : [14.x ]
14
+ node-version : [18 ]
15
15
16
16
steps :
17
- - uses : actions/checkout@v1
17
+ - uses : actions/checkout@v4
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
22
- name : Build and publish on VSCode Marketplace
You can’t perform that action at this time.
0 commit comments