use only node v16 as per PR comment

This commit is contained in:
mwoz123 2023-08-28 13:00:05 +02:00 committed by GitHub
parent 481d2d6fb2
commit 43a3b72c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: