Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 20.x
node-version: 24.x
- run: npm ci
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'
- run: npm run package
- uses: svenstaro/upload-release-action@2.2.1
- uses: svenstaro/upload-release-action@2.11.4
if: |
matrix.os == 'ubuntu-latest' &&
startsWith(github.ref, 'refs/tags/v')
Expand Down
8 changes: 4 additions & 4 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Attn: Open Source Requests
San Francisco, CA 94105

---
**[@vscode/debugadapter@1.65.0](https://github.com/microsoft/vscode-debugadapter-node)**
**[@vscode/debugadapter@1.68.0](https://github.com/microsoft/vscode-debugadapter-node)**
```
Copyright (c) Microsoft Corporation

Expand All @@ -31,7 +31,7 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

**[@vscode/debugprotocol@1.65.0](https://github.com/microsoft/vscode-debugadapter-node)**
**[@vscode/debugprotocol@1.68.0](https://github.com/microsoft/vscode-debugadapter-node)**
```
Copyright (c) Microsoft Corporation

Expand Down Expand Up @@ -71,7 +71,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

**[brace-expansion@2.0.1](https://github.com/juliangruber/brace-expansion)**
**[brace-expansion@2.0.2](https://github.com/juliangruber/brace-expansion)**
```
MIT License

Expand Down Expand Up @@ -115,7 +115,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```

**[minimatch@5.1.6](https://github.com/isaacs/minimatch)**
**[minimatch@5.1.9](https://github.com/isaacs/minimatch)**
```
The ISC License

Expand Down
Loading
Loading