1 parent 27ac1ef commit bba2398Copy full SHA for bba2398
1 file changed
.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