Skip to content

Commit

Permalink
Add Node.js 21 to tests (#913)
Browse files Browse the repository at this point in the history
* Add Node.js 21 to tests

* Run lint and website build with Node.js 20
  • Loading branch information
danez committed Apr 24, 2024
1 parent cf53d9c commit 5472af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -10,13 +10,13 @@ on:
permissions: {}

env:
NODE_VERSION: 18
NODE_VERSION: 20

jobs:
tests:
strategy:
matrix:
node: ['16.14.0', '18', '20']
node: ['16.14.0', '18', '20', '21']
os: ['ubuntu']
include:
- os: macos
Expand Down

0 comments on commit 5472af0

Please sign in to comment.