We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015fcb7 commit f9fa9beCopy full SHA for f9fa9be
1 file changed
.github/workflows/lint.yml
@@ -18,15 +18,15 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
with:
23
ref: ${{github.event.pull_request.head.ref}}
24
fetch-depth: 0
25
26
- name: Setup Node 🔧
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
29
- node-version: "20"
+ node-version: "24"
30
cache: "npm"
31
32
- name: Install Dependencies 🔧
0 commit comments