Skip to content

Commit 26361eb

Browse files
committed
ci(actions): fix node version in github actions
1 parent cf3ca62 commit 26361eb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: actions/checkout@v4
2929
- uses: pnpm/[email protected]
3030
with:
31-
version: 8.15.1
31+
version: 8.15.4
3232
run_install: false
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 20
3737
cache: 'pnpm'
3838
- name: Install dependencies
3939
run: pnpm install
@@ -47,12 +47,12 @@ jobs:
4747
uses: actions/checkout@v4
4848
- uses: pnpm/[email protected]
4949
with:
50-
version: 8.15.1
50+
version: 8.15.4
5151
run_install: false
5252
- name: Setup Node
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: 18
55+
node-version: 20
5656
cache: 'pnpm'
5757
- name: Install dependencies
5858
run: pnpm install

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
- uses: pnpm/[email protected]
2222
with:
23-
version: 8.15.1
23+
version: 8.15.4
2424
run_install: false
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
uses: actions/checkout@v4
4949
- uses: pnpm/[email protected]
5050
with:
51-
version: 8.15.1
51+
version: 8.15.4
5252
run_install: false
5353
- name: Setup Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 18
56+
node-version: 20
5757
cache: 'pnpm'
5858
- name: Install dependencies
5959
run: pnpm install
@@ -120,12 +120,12 @@ jobs:
120120
uses: actions/checkout@v4
121121
- uses: pnpm/[email protected]
122122
with:
123-
version: 8.15.1
123+
version: 8.15.4
124124
run_install: false
125125
- name: Setup Node
126126
uses: actions/setup-node@v4
127127
with:
128-
node-version: 18
128+
node-version: 20
129129
cache: 'pnpm'
130130
- name: Install dependencies
131131
run: pnpm install

0 commit comments

Comments
 (0)