Skip to content

Commit

Permalink
FIX: fixed vsce pre test ci and publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jul 20, 2024
1 parent a4fb2fd commit d72a542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Python setup
uses: actions/setup-python@v2
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

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

0 comments on commit d72a542

Please sign in to comment.