Skip to content

Commit

Permalink
revert to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Jun 19, 2024
1 parent 063640b commit c2e217c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
static_site_generator: next

- name: Build with Next.js
run: bunx next build
run: npx next build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Setup Node.js ⚙️ - Cache dependencies ⚡ - Install dependenci
runs:
using: "composite"
steps:
- name: Setup Node.js ⚙️
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -18,4 +18,4 @@ runs:
- name: Install dependencies
shell: bash
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: bun install --frozen-lockfile
run: npm install

0 comments on commit c2e217c

Please sign in to comment.