Skip to content

Commit

Permalink
Merge pull request #1475 from dbartol/dbartol/extension-release/work
Browse files Browse the repository at this point in the history
Prepare for release 1.6.11
  • Loading branch information
dbartol authored Aug 25, 2022
2 parents 9cd6f9a + d1d13fb commit ac7211c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16.13.0'
node-version: '16.14.0'

- name: Install dependencies
working-directory: extensions/ql-vscode
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16.13.0'
node-version: '16.14.0'

- name: Install dependencies
working-directory: extensions/ql-vscode
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16.13.0'
node-version: '16.14.0'

- name: Install dependencies
working-directory: extensions/ql-vscode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '16.13.0'
node-version: '16.14.0'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion extensions/ql-vscode/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
v16.14.0
4 changes: 3 additions & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CodeQL for Visual Studio Code: Changelog

## [UNRELEASED]
## 1.6.11 - 25 August 2022

No user facing changes.

## 1.6.10 - 9 August 2022

Expand Down

0 comments on commit ac7211c

Please sign in to comment.