diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e50591..662b313 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci --ignore-scripts - run: npm run build