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.
2 parents 94ae55e + 6555baa commit d2a4319Copy full SHA for d2a4319
.github/actions/build-vsix/action.yml
@@ -10,7 +10,7 @@ runs:
10
using: 'composite'
11
steps:
12
- name: Install Node
13
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
14
with:
15
node-version: ${{ inputs.node_version }}
16
cache: 'npm'
.github/actions/lint/action.yml
0 commit comments