File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - name : Set up Node.js
16- uses : actions/setup-node@v2
16+ uses : actions/setup-node@v4
1717 with :
18- node-version : ' 18 '
18+ node-version : ' 20 '
1919
2020 - name : Install dependencies
2121 run : npm i
Original file line number Diff line number Diff line change 1010 "test" : " vitest run --environment jsdom"
1111 },
1212 "dependencies" : {
13- "solid-js" : " ^1.9.5 "
13+ "solid-js" : " ^1.9.7 "
1414 },
1515 "devDependencies" : {
1616 "@solidjs/testing-library" : " ^0.8.10" ,
1717 "@testing-library/jest-dom" : " ^6.6.3" ,
1818 "@testing-library/user-event" : " ^14.6.1" ,
19- "jsdom" : " ^26.0 .0" ,
19+ "jsdom" : " ^26.1 .0" ,
2020 "vite" : " ^7.0.0" ,
2121 "vite-plugin-fable" : " ^0.2.0" ,
22- "vite-plugin-solid" : " ^2.11.2 " ,
22+ "vite-plugin-solid" : " ^2.11.7 " ,
2323 "vitest" : " ^3.2.4"
2424 },
2525 "trustedDependencies" : [
You can’t perform that action at this time.
0 commit comments