Skip to content

Commit

Permalink
remove node from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kx committed Jan 30, 2024
1 parent 67f64b5 commit d3cf30f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Restore cache
Expand All @@ -51,7 +46,7 @@ jobs:
with:
bun-version: 1.0.11
- run: bun install
- run: npm run generate
- run: bun run generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d3cf30f

Please sign in to comment.