diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e77689b..6e944be3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js v18 uses: actions/setup-node@v3 with: - node-version: '18' + node-version: 18 - name: Install and Build run: |