File tree Expand file tree Collapse file tree 5 files changed +9
-13
lines changed
tests/dummy/app/templates/docs Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 3333 - uses : pnpm/action-setup@v4
3434 if : env.SHORT_CIRCUIT == 'false'
3535 with :
36- version : 9
36+ version : 10
3737 - uses : actions/setup-node@v4
3838 if : env.SHORT_CIRCUIT == 'false'
3939 with :
Original file line number Diff line number Diff line change 2424 node-version : 20.19.x
2525 - uses : pnpm/action-setup@v4
2626 with :
27- version : 9
27+ version : 10
2828 - name : Install dependencies
2929 run : pnpm i --frozen-lockfile
3030 - name : Lint
4949 node-version : 20.19.x
5050 - uses : pnpm/action-setup@v4
5151 with :
52- version : 9
52+ version : 10
5353 - name : Install dependencies
5454 run : pnpm i
5555 - name : Test
7474 node-version : 20.19.x
7575 - uses : pnpm/action-setup@v4
7676 with :
77- version : 9
77+ version : 10
7878
7979 - name : Install dependencies
8080 run : pnpm i --frozen-lockfile
@@ -106,7 +106,7 @@ jobs:
106106 node-version : 20.19.x
107107 - uses : pnpm/action-setup@v4
108108 with :
109- version : 9
109+ version : 10
110110 - name : Install dependencies
111111 run : pnpm i --frozen-lockfile
112112 - name : Test
Original file line number Diff line number Diff line change 1- nodejs 20.19
2- pnpm 9.9.0
1+ nodejs 20.19.5
2+ pnpm 10.18.2
Original file line number Diff line number Diff line change 11{
2- "eslint.validate" : [
3- " glimmer-ts" ,
4- " glimmer-js"
5- ]
62}
Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ jobs:
128128 - uses : pnpm/action-setup@v4
129129 if : env.SHORT_CIRCUIT == 'false'
130130 with :
131- version : 9
131+ version : 10
132132 - uses : actions/setup-node@v4
133133 if : env.SHORT_CIRCUIT == 'false'
134134 with :
135- node-version : 18
135+ node-version : 20
136136 cache : pnpm
137137 - name : Install Dependencies
138138 if : env.SHORT_CIRCUIT == 'false'
You can’t perform that action at this time.
0 commit comments