Skip to content

Commit

Permalink
upgrade npm packages, node 20 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
eronnen committed Nov 24, 2023
1 parent 13244d2 commit adbe1a6
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm install --global @vscode/vsce
- run: vsce package
Expand Down
Loading

0 comments on commit adbe1a6

Please sign in to comment.