add nodejs 21 to build workflow

This commit is contained in:
Boy132 2024-04-21 15:14:13 +02:00
parent fa46f78fd5
commit 01f89d7855

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18]
node-version: [18, 21]
steps:
- name: Code Checkout
uses: actions/checkout@v4