fix missing single quote

This commit is contained in:
2025-06-18 13:30:29 -05:00
parent 50994b101e
commit e47404a887
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: './package-lock.json
cache-dependency-path: './package-lock.json'
- name: install dependencies
run: npm install