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 3030 "release-plan" : " 0.16.0"
3131 },
3232 "volta" : {
33- "node" : " 20.10.0 " ,
33+ "node" : " 22.15.1 " ,
3434 "pnpm" : " 10.3.0"
3535 },
3636 "packageManager" :
" [email protected] "
Original file line number Diff line number Diff line change 2525 - name : Install Node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 14 .x
28+ node-version : 22 .x
2929 cache : pnpm
3030 - name : Install Dependencies
3131 run : pnpm install --frozen-lockfile
4646 version : 7
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 14 .x
49+ node-version : 22 .x
5050 cache : pnpm
5151 - name : Install Dependencies
5252 run : pnpm install --no-lockfile
8080 - name : Install Node
8181 uses : actions/setup-node@v4
8282 with :
83- node-version : 14 .x
83+ node-version : 22 .x
8484 cache : pnpm
8585 - name : Install Dependencies
8686 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments