Skip to content

Commit 9397594

Browse files
authored
build: Update Node.js versions in GitHub Actions workflows (#2002)
1 parent ba19672 commit 9397594

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ body:
2020
- Calendar
2121
- Card
2222
- Carousel
23+
- Chat
2324
- Chip
2425
- Checkbox / Switch
2526
- Combo

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:
@@ -34,7 +34,7 @@ jobs:
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 }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)