Skip to content

Commit 34dcfed

Browse files
chore(deps): pin dependency node to 20.19.4
1 parent 58186a3 commit 34dcfed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 20.19.4
3838
cache: 'pnpm'
3939
- name: Install dependencies
4040
run: pnpm install
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20
56+
node-version: 20.19.4
5757
cache: 'pnpm'
5858
- name: Install dependencies
5959
run: pnpm install --frozen-lockfile

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 20.19.4
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node
5555
uses: actions/setup-node@v4
5656
with:
57-
node-version: 20
57+
node-version: 20.19.4
5858
cache: 'pnpm'
5959
- name: Install dependencies
6060
run: pnpm install
@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup Node
129129
uses: actions/setup-node@v4
130130
with:
131-
node-version: 20
131+
node-version: 20.19.4
132132
cache: 'pnpm'
133133
- name: Install dependencies
134134
run: pnpm install

0 commit comments

Comments
 (0)