diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d59541a..6707af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: 14 - run: npm install - run: npm run create:html