File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 - uses : actions/setup-node@v4
3838 with :
39- node-version : 20
39+ node-version-file : " .node-version "
4040 cache : " yarn"
4141
4242 - name : Add LLVM apt Repo
Original file line number Diff line number Diff line change 2828
2929 - uses : actions/setup-node@v4
3030 with :
31- node-version : 20
31+ node-version-file : " .node-version "
3232 cache : " yarn"
3333
3434 - name : Add LLVM apt Repo
5959
6060 - uses : actions/setup-node@v4
6161 with :
62- node-version : 20
62+ node-version-file : " .node-version "
6363 cache : " yarn"
6464
6565 - name : yarn install
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - uses : actions/setup-node@v4
133133 with :
134- node-version : 24
134+ node-version-file : " .node-version "
135135
136136 - name : Download package artifacts
137137 uses : actions/download-artifact@v4
@@ -191,7 +191,7 @@ jobs:
191191 steps :
192192 - uses : actions/setup-node@v4
193193 with :
194- node-version : 20
194+ node-version-file : " .node-version "
195195
196196 - name : Download package artifacts
197197 uses : actions/download-artifact@v4
@@ -213,7 +213,7 @@ jobs:
213213 steps :
214214 - uses : actions/setup-node@v4
215215 with :
216- node-version : 20
216+ node-version-file : " .node-version "
217217
218218 - name : Download package artifacts
219219 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1- 22 .16.0
1+ 24 .16.0
Original file line number Diff line number Diff line change 1515 "@rollup/plugin-json" : " ^6.1.0" ,
1616 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
1717 "@rollup/plugin-typescript" : " ^12.1.4" ,
18- "@vitest/browser-playwright" : " ^4.0.0 " ,
18+ "@vitest/browser-playwright" : " ^4.1.8 " ,
1919 "@vitest/ui" : " ^4.0.0" ,
2020 "concurrently" : " ^9.2.0" ,
2121 "dedent" : " ^1.7.2" ,
2222 "esbuild-plugin-copy" : " ^2.1.1" ,
2323 "nx" : " 22.7.5" ,
2424 "oxlint" : " ^1.68.0" ,
25- "playwright" : " ^1.59.1 " ,
25+ "playwright" : " ^1.60.0 " ,
2626 "prettier" : " ^3.8.3" ,
2727 "rimraf" : " ^6.1.3" ,
2828 "rollup" : " ^4.60.2" ,
2929 "rollup-plugin-postcss" : " ^4.0.2" ,
3030 "tsx" : " ^4.22.3" ,
3131 "typescript" : " ^6.0.3" ,
32- "vitest" : " ^4.1.0 " ,
32+ "vitest" : " ^4.1.8 " ,
3333 "yaml" : " ^2.9.0" ,
3434 "yeoman-environment" : " ^6.1.0" ,
3535 "yeoman-generator" : " ^8.2.2"
You can’t perform that action at this time.
0 commit comments