Skip to content

Commit 69f0448

Browse files
committed
fix: lint
1 parent ea91d89 commit 69f0448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-node@v2
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
cache: 'npm'
36+
cache: "npm"
3737

3838
- name: Use latest NPM
3939
run: sudo npm i -g npm
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/setup-node@v2
6969
with:
7070
node-version: ${{ matrix.node-version }}
71-
cache: 'npm'
71+
cache: "npm"
7272

7373
- name: Use latest NPM on ubuntu/macos
7474
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)