Skip to content

Commit

Permalink
FIX-WIP: fixing npm build for ci fail in vsix package x2
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 21, 2024
1 parent 7211b0f commit 6376b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscodeext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '16.x'

- name: Python setup
uses: actions/setup-python@v2
Expand Down

0 comments on commit 6376b19

Please sign in to comment.