Skip to content

Commit

Permalink
bump pxt-arcade-sim to v0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Feb 24, 2025
1 parent bfc18aa commit ce91e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12
ref: v0.11.13
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.12
ref: v0.11.13
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pxt-core": "11.3.22"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.13"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit ce91e6d

Please sign in to comment.