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 7aca123 commit bc7f644Copy full SHA for bc7f644
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node.js
32
uses: actions/setup-node@v3
33
with:
34
- node-version: '16.14.2' # renovate:keep-up-to-date
+ node-version: '20.18.2' # renovate:keep-up-to-date
35
- name: Install npm dependencies
36
run: npm ci
37
- name: Prettier
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
- name: Build VS Code extension
0 commit comments