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 59592eb commit 0df7877Copy full SHA for 0df7877
.github/actions/lint/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