diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22eaf779..a5157095 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 if: ${{ !env.ACT }} with: - node-version: 18 + node-version: '18.18.2' cache: 'npm' - name: install dependencies run: npm install