diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a013d18..2bc78b8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 #Setup Node with: node-version-file: '.nvmrc' - cache: 'npm' + cache: 'npm18' - run: npm ci - run: APIKEY=${{ secrets.APIKEY }} npm run build - run: APIKEY=${{ secrets.APIKEY }} npm run examples