Skip to content

Commit 617a63e

Browse files
committed
Add Node 21 to testing action.
1 parent 575c537 commit 617a63e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 19.x, 20.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19+
node-version: [18.x, 19.x, 20.x, 21.x]
20+
# See NodeJS release schedule at https://nodejs.org/en/about/previous-releases.
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Use Node.js ${{ matrix.node-version }}
24+
- name: Use NodeJS ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)