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

pull/3582/head
Louis Lam 9 months ago committed by GitHub
parent c0174dc1c4
commit ce0289855d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save