Skip to content

Commit

Permalink
bump pxt-core: 9.1.22, pxt-arcade-sim: 0.11.9 (#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms authored Oct 23, 2023
1 parent 0593378 commit cb635d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.5
ref: v0.11.9
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.5
ref: v0.11.9
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"dependencies": {
"pxt-common-packages": "10.4.10",
"pxt-core": "9.1.21"
"pxt-core": "9.1.22"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.5"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.9"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit cb635d5

Please sign in to comment.