7
7
name : Lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
submodules : true
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : 16
15
+ node-version : 20
16
16
- name : Install dependencies
17
17
run : npm install
18
18
- name : Run the linter
@@ -21,12 +21,12 @@ jobs:
21
21
name : Docs
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
submodules : true
27
27
- uses : actions/setup-node@v3
28
28
with :
29
- node-version : 16
29
+ node-version : 20
30
30
- name : Install dependencies
31
31
run : npm install
32
32
- name : Run the linter
@@ -45,12 +45,12 @@ jobs:
45
45
env :
46
46
BUILDTYPE : ${{ matrix.buildType }}
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
with :
50
50
submodules : true
51
51
- uses : actions/setup-node@v3
52
52
with :
53
- node-version : 16
53
+ node-version : 20
54
54
- name : Dependencies
55
55
env :
56
56
ACTIONS_ALLOW_UNSECURE_COMMANDS : ' true'
@@ -80,12 +80,12 @@ jobs:
80
80
steps :
81
81
- name : Install automake
82
82
run : brew install automake
83
- - uses : actions/checkout@v3
83
+ - uses : actions/checkout@v4
84
84
with :
85
85
submodules : true
86
86
- uses : actions/setup-node@v3
87
87
with :
88
- node-version : 16
88
+ node-version : 20
89
89
- name : Build it
90
90
run : make VERBOSE=1
91
91
- name : Test it
@@ -105,12 +105,12 @@ jobs:
105
105
steps :
106
106
- name : Prepare
107
107
run : apk add git build-base cmake curl-dev autoconf automake libtool texinfo linux-headers --update-cache
108
- - uses : actions/checkout@v3
108
+ - uses : actions/checkout@v4
109
109
with :
110
110
submodules : true
111
111
- uses : actions/setup-node@v3
112
112
with :
113
- node-version : 16
113
+ node-version : 20
114
114
- name : Build it
115
115
run : make VERBOSE=1
116
116
- name : Test it
@@ -129,7 +129,7 @@ jobs:
129
129
run :
130
130
shell : msys2 {0}
131
131
steps :
132
- - uses : actions/checkout@v3
132
+ - uses : actions/checkout@v4
133
133
with :
134
134
submodules : true
135
135
- name : Setup MSYS2
0 commit comments