File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Node
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 14
21
20
cache-dependency-path : ./package-lock.json
22
21
cache : ' npm'
23
22
- name : Run linting
@@ -46,11 +45,11 @@ jobs:
46
45
BROWSER_STACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
47
46
BROWSER_STACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
48
47
steps :
49
- - uses : actions/checkout@v3
48
+ - name : Checkout code
49
+ uses : actions/checkout@v3
50
50
- name : Set up Node
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : 14
54
53
cache : ' npm'
55
54
cache-dependency-path : ./package-lock.json
56
55
- name : Cross-browser and umd unit tests
63
62
runs-on : ubuntu-latest
64
63
strategy :
65
64
matrix :
66
- node : ['14 ', '16 ', '18 ' ]
65
+ node : [ '16 ', '18 ', '20 ' ]
67
66
steps :
68
- - uses : actions/checkout@v3
67
+ - name : Checkout code
68
+ uses : actions/checkout@v3
69
69
- name : Set up Node ${{ matrix.node }}
70
70
uses : actions/setup-node@v3
71
71
with :
You can’t perform that action at this time.
0 commit comments