Skip to content

Commit

Permalink
one more bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Aug 14, 2023
1 parent 62d559b commit 70dc3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@v2
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.7
ref: v0.11.8
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 @@ -34,10 +34,10 @@
},
"dependencies": {
"pxt-common-packages": "10.3.23",
"pxt-core": "8.5.47"
"pxt-core": "8.5.48"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.7"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.8"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit 70dc3b1

Please sign in to comment.