Skip to content

Commit 4659769

Browse files
authored
update to new makecode 1.3.4
1 parent e6ca0d6 commit 4659769

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
1111
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
1212

1313
# [Optional] Uncomment if you want to install more global node modules
14-
RUN sudo -u node npm install -g -u makecode@0.34.5
14+
RUN sudo -u node npm install -g -u makecode@1.3.4

.github/workflows/makecode-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
key: ${{ runner.os }}-${{ hashFiles('pxt.json') }}-${{ hashFiles('mkc*json') }}
3030
restore-keys: |
3131
${{ runner.os }}-
32-
- name: npm install makecode@0.34.5
32+
- name: npm install makecode@1.3.4
3333
run: |
34-
npm install -g makecode@0.34.5
34+
npm install -g makecode@1.3.4
3535
- name: build js
3636
run: |
3737
makecode --java-script -u

.github/workflows/makecode.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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 js
3838
run: |
3939
makecode --java-script

0 commit comments

Comments
 (0)