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 : [16 .x]
11
+ node-version : [18 .x]
12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- name : Use Node.js ${{ matrix.node-version }}
41
41
timeout-minutes : 10
42
42
strategy :
43
43
matrix :
44
- node-version : [16 .x]
44
+ node-version : [18 .x]
45
45
bundler : [webpack, browserify]
46
46
steps :
47
47
- uses : actions/checkout@v3
62
62
timeout-minutes : 10
63
63
strategy :
64
64
matrix :
65
- node-version : [16 .x]
65
+ node-version : [18 .x]
66
66
steps :
67
67
- uses : actions/checkout@v3
68
68
- name : Use Node.js ${{ matrix.node-version }}
78
78
timeout-minutes : 10
79
79
strategy :
80
80
matrix :
81
- node-version : [16 .x]
81
+ node-version : [18 .x]
82
82
steps :
83
83
- uses : actions/checkout@v3
84
84
- name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments