Skip to content

Commit

Permalink
Update CI to Node v21
Browse files Browse the repository at this point in the history
  • Loading branch information
meronz authored Jan 13, 2024
1 parent 53d472f commit fe3a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 21
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
Expand Down

0 comments on commit fe3a6da

Please sign in to comment.