File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13+ node-version : [14]
1314 os : [ubuntu-20.04, macos-latest, windows-latest]
1415 runs-on : ${{ matrix.os }}
1516 steps :
1819 - name : Install node.js
1920 uses : actions/setup-node@v2
2021 with :
21- node-version : ' 16 '
22+ node-version : ${{ matrix.node-version }}
2223 - run : npm install
2324 - run : xvfb-run -a npm test
2425 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ All notable changes to the extension will be documented in this file.
44
55## [ 1.11.0] - 2022-02-05
66
7- - Update dependencies
8- - Added source file name to completion list
7+ - Update dependencies.
8+ - Fixed extension test.
9+ - Added source file name to completion list.
910
1011## [ 1.10.2] - 2021-02-10
1112
12- - Update dependencies for VS Code 1.53
13+ - Update dependencies.
1314
1415## [ 1.9.1] - 2021-01-17
1516
You can’t perform that action at this time.
0 commit comments