Skip to content

Commit e3c0206

Browse files
committed
more changes
1 parent c527ab4 commit e3c0206

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/makecode-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
- name: npm install [email protected]
3333
run: |
3434
npm install -g [email protected]
35-
- 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

.github/workflows/makecode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -31,9 +31,9 @@ jobs:
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

0 commit comments

Comments
 (0)