Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed Apr 16, 2024
1 parent bb97443 commit ab612fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
arm:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
docker_layer_caching: true
resource_class: arm.medium

Expand All @@ -17,6 +17,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
- run: sudo apt-get update
- run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: PUPPETEER_SKIP_DOWNLOAD=1 yarn install --immutable
- run: yarn workspace server prisma generate
Expand Down

0 comments on commit ab612fd

Please sign in to comment.