File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
- run : corepack enable
26
26
27
- - name : Set node version to 18
27
+ - name : Set node version to 20
28
28
29
29
with :
30
- node-version : 18
30
+ node-version : 20
31
31
cache : " pnpm"
32
32
33
33
- name : Install pnpm
@@ -47,10 +47,10 @@ jobs:
47
47
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48
48
- run : corepack enable
49
49
50
- - name : Set node version to 18
50
+ - name : Set node version to 20
51
51
52
52
with :
53
- node-version : 18
53
+ node-version : 20
54
54
cache : " pnpm"
55
55
56
56
- run : pnpm i
@@ -73,10 +73,10 @@ jobs:
73
73
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
74
74
- run : corepack enable
75
75
76
- - name : Set node version to 18
76
+ - name : Set node version to 20
77
77
78
78
with :
79
- node-version : 18
79
+ node-version : 20
80
80
cache : " pnpm"
81
81
82
82
- run : pnpm i
@@ -95,10 +95,10 @@ jobs:
95
95
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
96
96
- run : corepack enable
97
97
98
- - name : Set node version to 18
98
+ - name : Set node version to 20
99
99
100
100
with :
101
- node-version : 18
101
+ node-version : 20
102
102
cache : " pnpm"
103
103
104
104
- run : pnpm i
You can’t perform that action at this time.
0 commit comments