bump pxt-core to hopefully fix karma tests (#211)
* bump pxt-core to hopefully fix karma tests * bump again * update node version
This commit is contained in:
parent
6a5d25197b
commit
1aaedf1fa0
2
.github/workflows/pxt-buildmain.yml
vendored
2
.github/workflows/pxt-buildmain.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x]
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
2
.github/workflows/pxt-buildpr.yml
vendored
2
.github/workflows/pxt-buildpr.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x]
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
2
.github/workflows/pxt-buildpush.yml
vendored
2
.github/workflows/pxt-buildpush.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x]
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -46,6 +46,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-common-packages": "9.0.1",
|
||||
"pxt-core": "7.0.18"
|
||||
"pxt-core": "7.0.22"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user