From 149c942bbc57b6efc2be3bb32df2daeab153a12b Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 15 Dec 2021 13:41:10 +0000 Subject: [PATCH] style: fix fromatting in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0963222..ead1c67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version-file: '.nvmrc' + node-version-file: ".nvmrc" - uses: actions/cache@v2 with: path: ~/.npm