File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 - Calendar
2121 - Card
2222 - Carousel
23+ - Chat
2324 - Chip
2425 - Checkbox / Switch
2526 - Combo
Original file line number Diff line number Diff line change 1818
1919 strategy :
2020 matrix :
21- node-version : [20 .x, 22 .x]
21+ node-version : [22 .x, 24 .x]
2222 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323
2424 steps :
3434 - run : npm run test
3535 - run : npm run check
3636 - name : Publish to coveralls.io
37- if : matrix.node-version == '20 .x'
37+ if : matrix.node-version == '22 .x'
3838 uses : coverallsapp/github-action@v2
3939 with :
4040 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : ' 20 '
16+ node-version : ' 22 '
1717 cache : ' npm'
1818 registry-url : ' https://registry.npmjs.org'
1919 - run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments