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 21c0988 commit 59592ebCopy full SHA for 59592eb
.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@v3
+ uses: actions/setup-node@v4
14
with:
15
node-version: ${{ inputs.node_version }}
16
cache: 'npm'
0 commit comments