Skip to content

Commit

Permalink
Change package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
andershagbard committed Mar 22, 2024
1 parent ab2f11b commit 38de891
Show file tree
Hide file tree
Showing 3 changed files with 4,758 additions and 3,913 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: yarn
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Compile assets
run: yarn build
run: pnpm build

- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Loading

0 comments on commit 38de891

Please sign in to comment.