[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

Select the types of activity you want to include in your feed.

update node version

Florian (Dec 5, 2024, 9:50 PM +0100) ae6bde36 5171d50d

+1 -6
+1 -6
.github/workflows/deploy_gh_pages.yml
··· 15 15 - name: Setup Node.js 16 16 uses: actions/setup-node@v3 17 17 with: 18 - node-version: '16' # Or the version your project needs 18 + node-version: '20' # Use Node.js 20 19 19 cache: 'npm' 20 20 21 21 - name: Install dependencies ··· 32 32 # This should match the `pages` option in your adapter-static options 33 33 path: 'build/' 34 34 35 - - name: Debug npm auth 36 - run: | 37 - echo "Auth token length: ${#NODE_AUTH_TOKEN}" 38 - echo "Registry: $(npm get registry)" 39 - 40 35 - name: Publish to NPM 41 36 env: 42 37 NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}