Skip to content

Commit 70b7a1e

Browse files
committed
Remove versions from GitHub CI (defined in package.json)
1 parent 420f019 commit 70b7a1e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4
20-
with:
21-
version: 10
2220
- name: Set up Node.js
2321
uses: actions/setup-node@v4
2422
with:
@@ -44,8 +42,6 @@ jobs:
4442
uses: actions/checkout@v4
4543
- name: Install pnpm
4644
uses: pnpm/action-setup@v4
47-
with:
48-
version: 10
4945
- name: Set up Node.js
5046
uses: actions/setup-node@v4
5147
with:
@@ -62,8 +58,6 @@ jobs:
6258
uses: actions/checkout@v4
6359
- name: Install pnpm
6460
uses: pnpm/action-setup@v4
65-
with:
66-
version: 10
6761
- name: Set up Node.js
6862
uses: actions/setup-node@v4
6963
with:
@@ -82,8 +76,6 @@ jobs:
8276
uses: actions/checkout@v4
8377
- name: Install pnpm
8478
uses: pnpm/action-setup@v4
85-
with:
86-
version: 10
8779
- name: Set up Node.js
8880
uses: actions/setup-node@v4
8981
with:

0 commit comments

Comments
 (0)