Skip to content

Commit

Permalink
use node 18 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Apr 28, 2024
1 parent f013838 commit 5b74f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_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@v4
with:
node-version: 20
node-version: 18
- run: npm ci
- name: Publish to Open VSX Registry
continue-on-error: true
Expand Down

0 comments on commit 5b74f19

Please sign in to comment.