File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Set up node.js
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : " 18 "
21+ node-version : " 20 "
2222 cache : " npm"
2323 - run : npm install
2424 - run : npx tsc --noEmit
3131 - name : Set up node.js
3232 uses : actions/setup-node@v3
3333 with :
34- node-version : " 18 "
34+ node-version : " 20 "
3535 cache : " npm"
3636 - run : npm install
3737 - run : npx webpack --mode development
Original file line number Diff line number Diff line change 1818 - name : Set up node.js
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : " 18 "
21+ node-version : " 20 "
2222 cache : " npm"
2323 - run : npm install
2424 - run : npx prettier -w .
Original file line number Diff line number Diff line change 77 "strict" : true ,
88 "noImplicitAny" : false ,
99 "moduleResolution" : " node" ,
10- "newLine" : " lf"
11- }
10+ "newLine" : " lf" ,
11+ },
1212}
You can’t perform that action at this time.
0 commit comments