File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,17 @@ jobs:
13
13
node-version : ' 18.12.0' # LTS
14
14
CODE_TEST : ' test-legacy'
15
15
16
- - runs-on : ubuntu-latest
17
- node-version : ' 18.18.2' # LTS
18
- CODE_TEST : ' test-legacy'
19
-
20
16
- runs-on : ubuntu-latest
21
17
node-version : ' 20.9.0' # LTS
22
18
CODE_TEST : ' test-legacy'
23
19
24
20
- runs-on : ubuntu-latest
25
- node-version : ' 20.11.1 ' # LTS (current)
21
+ node-version : ' 20.12.2 ' # LTS (current)
26
22
CODE_TEST : ' test-legacy'
27
23
CODE_CHECK : 1
28
24
29
25
- runs-on : ubuntu-latest
30
- node-version : ' 21.6.2 ' # Latest
26
+ node-version : ' 21.7.3 ' # Latest
31
27
CODE_TEST : ' test'
32
28
33
29
runs-on : ${{ matrix.config.runs-on }}
74
70
- name : Node
75
71
uses : actions/setup-node@v4
76
72
with :
77
- node-version : ' 20.11.1 '
73
+ node-version : ' 20.12.2 '
78
74
registry-url : https://registry.npmjs.org/
79
75
80
76
- name : Dependencies
Original file line number Diff line number Diff line change 1
- 20.11.1
1
+ 20.12.2
You can’t perform that action at this time.
0 commit comments