-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3260d36
commit 48a35aa
Showing
16 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -144,7 +144,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
@@ -149,7 +149,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
@@ -172,7 +172,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
@@ -167,7 +167,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔧 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -78,7 +78,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Cache pnpm modules 💾 | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
id: install-pnpm | ||
uses: pnpm/[email protected] | ||
with: | ||
version: '^8.5.1' | ||
version: '8.5.1' | ||
- name: Install dependencies 🔽 | ||
id: install-dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
FROM node:lts-alpine AS builder | ||
|
||
ENV NODE_OPTIONS="--max_old_space_size=8192" | ||
RUN npm install -g pnpm@^8.5.1 | ||
RUN npm install -g [email protected] | ||
|
||
WORKDIR /opt/app | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
FROM node:lts-alpine AS builder | ||
|
||
ENV NODE_OPTIONS="--max_old_space_size=8192" | ||
RUN npm install -g pnpm@^8.5.1 | ||
RUN npm install -g [email protected] | ||
|
||
WORKDIR /opt/app | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ COPY web/package.json web/pnpm-lock.yaml web/ | |
COPY web/patches web/patches | ||
|
||
RUN \ | ||
if [ -f pnpm-lock.yaml ]; then yarn global add pnpm@^8.5.1 && pnpm m i --frozen-lockfile;\ | ||
if [ -f pnpm-lock.yaml ]; then yarn global add [email protected] && pnpm m i --frozen-lockfile;\ | ||
else echo "Lockfile not found." && exit 1; \ | ||
fi | ||
|
||
|