Skip to content

Commit 5472af0

Browse files
authored
Add Node.js 21 to tests (#913)
* Add Node.js 21 to tests * Run lint and website build with Node.js 20
1 parent cf53d9c commit 5472af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
permissions: {}
1111

1212
env:
13-
NODE_VERSION: 18
13+
NODE_VERSION: 20
1414

1515
jobs:
1616
tests:
1717
strategy:
1818
matrix:
19-
node: ['16.14.0', '18', '20']
19+
node: ['16.14.0', '18', '20', '21']
2020
os: ['ubuntu']
2121
include:
2222
- os: macos

0 commit comments

Comments
 (0)