fix string error

This commit is contained in:
Josh de Leeuw 2020-08-14 22:35:17 -04:00 committed by GitHub
parent 1cbcde844f
commit ee60d13492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: 14.x
node-version: '14.x'
steps:
- uses: actions/checkout@v2