Skip to content

Commit 21f4ea6

Browse files
committed
Mark Node.js 21 as supported
1 parent 255fe4a commit 21f4ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
15+
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"engines": {
26-
"node": "^16 || ^17 || ^18 || ^19 || ^20"
26+
"node": "^16 || ^17 || ^18 || ^19 || ^20 || ^21"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^17.0.37",

0 commit comments

Comments
 (0)