Skip to content

Commit

Permalink
Merge pull request #27 from intersystems-community/dependabot/npm_and…
Browse files Browse the repository at this point in the history
…_yarn/braces-3.0.3

Bump braces from 3.0.2 to 3.0.3
  • Loading branch information
gjsjohnmurray authored Jun 24, 2024
2 parents 257d031 + 96f9751 commit e996e43
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm install
- name: lint
if: runner.os == 'Linux'
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Prepare build
id: set-version
run: |
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^2.0.5",
"ts-loader": "^9.4.2",
"typescript": "^3.8.3",
"vscode-test": "^1.3.0"
"@vscode/test-electron": "^2.1.5"
},
"main": "./out/extension",
"activationEvents": [
Expand Down
2 changes: 1 addition & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from "path";

import { runTests } from "vscode-test";
import { runTests } from "@vscode/test-electron";

async function main() {
try {
Expand Down

0 comments on commit e996e43

Please sign in to comment.