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 f2feb8b commit 4410bdeCopy full SHA for 4410bde
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v1
25
with:
26
- node-version: '14.15.3'
+ node-version: '14.15.3' # renovate:keep-up-to-date
27
- name: Install npm dependencies
28
run: npm ci
29
- name: Prettier
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
- name: Build VS Code extension
0 commit comments