Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo-battista committed Sep 5, 2024
1 parent a25e58f commit de14155
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_ARKE_SERVER_URL=http://localhost:4000
NEXT_MULTIPROJECT=true
NEXT_PUBLIC_MULTIPROJECT=true
1 change: 1 addition & 0 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish Docker image

on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ header:
- 'LICENSE'
- 'NOTICE'
- 'Dockerfile'
- 'entrypoint.sh'
- '.env*'
- '.github/**'
- '.gitignore'

comment: on-failure
comment: on-failure

0 comments on commit de14155

Please sign in to comment.