mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-15 04:03:40 +00:00
fix missing single quote
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user