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 30
30
"release-plan" : " 0.16.0"
31
31
},
32
32
"volta" : {
33
- "node" : " 20.10 .0" ,
33
+ "node" : " 22.15 .0" ,
34
34
"pnpm" : " 10.3.0"
35
35
},
36
36
"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