Remove hard-coded node versions as upstream fixed (#3576)

This commit is contained in:
Louis Lam 2023-08-15 17:13:35 +08:00 committed by GitHub
parent c0174dc1c4
commit ce0289855d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ ARMv7 ]
node: [ 14.21.3, 20.5.0 ]
node: [ 14, 20 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: