Skip to content

Commit

Permalink
Merge pull request #18 from zeromicro/chore/update-dependencies
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
fanlongteng authored Jun 9, 2024
2 parents 3c35bb4 + 5393973 commit 4410e92
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 515 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [14.x]
node-version: [20.x]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install typescript@latest @types/vscode@latest --save-dev
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit 4410e92

Please sign in to comment.