Skip to content

Commit b994282

Browse files
chore(deps): pin dependencies
1 parent c4e510f commit b994282

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/code_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: pnpm/action-setup@v3
1616
name: Install pnpm
1717
with:
18-
version: 9
18+
version: 9.15.9
1919
run_install: true
2020
- uses: mongolyy/reviewdog-action-biome@v2
2121
with:

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: ⎔ Setup node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 22.18.0
2424

2525
- name: 📥 Install pnpm
2626
run: npm install -g pnpm
@@ -44,7 +44,7 @@ jobs:
4444
- name: ⎔ Setup node
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 22
47+
node-version: 22.18.0
4848

4949
- name: 📥 Install pnpm
5050
run: npm install -g pnpm
@@ -68,7 +68,7 @@ jobs:
6868
- name: ⎔ Setup node
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: 22
71+
node-version: 22.18.0
7272

7373
- name: 📥 Install pnpm
7474
run: npm install -g pnpm

0 commit comments

Comments
 (0)