diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b5cb18a..478694e 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -18,6 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: + registry-url: 'https://registry.npmjs.org/' node-version: 18 - name: Install dependencies