Skip to content

Commit 5c3f341

Browse files
committed
fixes
1 parent f174b5c commit 5c3f341

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
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:
@@ -18,7 +19,7 @@ jobs:
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'

CHANGELOG.md

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

0 commit comments

Comments
 (0)