File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup Node.js
14
14
uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
18
18
- name : Fetch deps
19
19
run : yarn
48
48
49
49
- uses : actions/setup-node@v3
50
50
with :
51
- node-version : 18
51
+ node-version : 22
52
52
- run : yarn
53
53
- name : Unit test only
54
54
run : yarn test
69
69
strategy :
70
70
matrix :
71
71
os : [ ubuntu-22.04 ]
72
- node-version : [ 14, 16, 18 ]
72
+ node-version : [ 18, 22 ]
73
73
name : Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }})
74
74
runs-on : ${{ matrix.os }}
75
75
steps :
@@ -85,16 +85,16 @@ jobs:
85
85
node-version : ${{ matrix.node-version }}
86
86
- run : yarn
87
87
- name : Test only
88
- if : matrix.node-version != '18 ' || matrix.os != 'ubuntu-22.04'
88
+ if : matrix.node-version != '22 ' || matrix.os != 'ubuntu-22.04'
89
89
run : yarn test
90
90
91
91
- name : Test & push coverage
92
- if : matrix.node-version == '18 ' && matrix.os == 'ubuntu-22.04'
92
+ if : matrix.node-version == '22 ' && matrix.os == 'ubuntu-22.04'
93
93
run : yarn test
94
94
95
95
release :
96
96
name : Release
97
- # https://github.community/t/trigger-job-on-tag-push-only/18076
97
+ # https://github.community/t/trigger-job-on-tag-push-only/22076
98
98
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
99
99
needs : test_push
100
100
runs-on : ubuntu-22.04
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- uses : actions/setup-node@v3
114
114
with :
115
- node-version : 18
115
+ node-version : 22
116
116
117
117
- name : Codeclimate
118
118
uses : paambaati/codeclimate-action@v5.0.0
You can’t perform that action at this time.
0 commit comments