diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f27eac..a0ba6db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: '20' - name: Install dependencies run: npm install - name: Run CI - run: npm run ci \ No newline at end of file + run: npm run ci