File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/ember-simple-auth/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
"release-plan" : " 0.11.0"
30
30
},
31
31
"volta" : {
32
- "node" : " 20.10 .0" ,
32
+ "node" : " 22.14 .0" ,
33
33
"pnpm" : " 10.3.0"
34
34
},
35
35
"packageManager" :
" [email protected] "
Original file line number Diff line number Diff line change 25
25
- name : Install Node
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 14 .x
28
+ node-version : 22 .x
29
29
cache : pnpm
30
30
- name : Install Dependencies
31
31
run : pnpm install --frozen-lockfile
46
46
version : 7
47
47
- uses : actions/setup-node@v4
48
48
with :
49
- node-version : 14 .x
49
+ node-version : 22 .x
50
50
cache : pnpm
51
51
- name : Install Dependencies
52
52
run : pnpm install --no-lockfile
80
80
- name : Install Node
81
81
uses : actions/setup-node@v4
82
82
with :
83
- node-version : 14 .x
83
+ node-version : 22 .x
84
84
cache : pnpm
85
85
- name : Install Dependencies
86
86
run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments