Skip to content

Commit f85854e

Browse files
authored
Upgrade GitHub Actions and Node.js versions
1 parent bf298ef commit f85854e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v6
1818
- name: Install Node.js
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 16
21+
node-version: 24
2222
- run: npm install
2323
- run: xvfb-run -a npm test
2424
if: runner.os == 'Linux'
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Publish
2929
if: success() && startsWith( github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
30-
uses: HaaLeo/publish-vscode-extension@v1
30+
uses: HaaLeo/publish-vscode-extension@v2
3131
with:
3232
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
3333
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)