We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c9444 commit e862452Copy full SHA for e862452
.github/workflows/node.js.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
15
- name: Install dependencies
16
uses: ./.github/actions/install
@@ -20,7 +20,7 @@ jobs:
20
types:
21
22
23
24
25
26
@@ -33,7 +33,7 @@ jobs:
33
matrix:
34
node-version: [20.x, 22.x, 24.x]
35
36
37
38
39
0 commit comments