File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3232 -
name :
npm install [email protected] 3333 run : |
343435- - name : build js
35+ - name : build hex file
3636 run : |
37- makecode --java-script -u
38- - name : build hardware N3
39- run : |
40- makecode --hw N3
37+ makecode
4138 - name : copy files
4239 run : |
4340 cp ./built/binary.js ./assets/js/binary.js
Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [16 .x]
15+ node-version : [18 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v4
3131 key : ${{ runner.os }}-${{ hashFiles('pxt.json') }}-${{ hashFiles('mkc*json') }}
3232 restore-keys : |
3333 ${{ runner.os }}-
34- - name : npm install makecode@0.34.5
34+ - name : npm install makecode@1.3.4
3535 run : |
36- npm install -g makecode@0.34.5
36+ npm install -g makecode@1.3.4
3737 - name : build hex file
3838 run : |
3939 makecode
You can’t perform that action at this time.
0 commit comments