File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [14.x, 16.x]
11
+ node-version : [14.x, 16.x, 18.x ]
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Use Node.js ${{ matrix.node-version }}
26
26
timeout-minutes : 10
27
27
strategy :
28
28
matrix :
29
- node-version : [14 .x]
29
+ node-version : [16 .x]
30
30
bundler : [webpack, browserify]
31
31
steps :
32
32
- uses : actions/checkout@v2
47
47
timeout-minutes : 10
48
48
strategy :
49
49
matrix :
50
- node-version : [14 .x]
50
+ node-version : [16 .x]
51
51
steps :
52
52
- uses : actions/checkout@v2
53
53
- name : Use Node.js ${{ matrix.node-version }}
63
63
timeout-minutes : 10
64
64
strategy :
65
65
matrix :
66
- node-version : [14 .x]
66
+ node-version : [16 .x]
67
67
steps :
68
68
- uses : actions/checkout@v2
69
69
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments