Skip to content

Commit

Permalink
chore(deploy): removed package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
emish89 committed Nov 9, 2023
1 parent 0ea6397 commit 3a99f8a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8,972 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "21"
#cache: ${{ steps.detect-package-manager.outputs.manager }}
#cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Setup Pages
Expand Down
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import UnoCSS from 'unocss/astro';
export default defineConfig({
// used to generate images
site: 'https://emish89.github.io',
base: '/italiapersonalfinance',
trailingSlash: 'ignore',
integrations: [sitemap(), UnoCSS({ injectReset: true })],
experimental: {
Expand Down
Loading

0 comments on commit 3a99f8a

Please sign in to comment.