We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf298ef commit f85854eCopy full SHA for f85854e
1 file changed
.github/workflows/main.yml
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
18
- name: Install Node.js
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
20
with:
21
- node-version: 16
+ node-version: 24
22
- run: npm install
23
- run: xvfb-run -a npm test
24
if: runner.os == 'Linux'
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Publish
29
if: success() && startsWith( github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
30
- uses: HaaLeo/publish-vscode-extension@v1
+ uses: HaaLeo/publish-vscode-extension@v2
31
32
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
33
registryUrl: https://marketplace.visualstudio.com
0 commit comments