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:
Richard Knoll 2023-01-10 15:49:30 -08:00 committed by GitHub
parent 6a5d25197b
commit 1aaedf1fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v1

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v1

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [8.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v1

View File

@ -46,6 +46,6 @@
},
"dependencies": {
"pxt-common-packages": "9.0.1",
"pxt-core": "7.0.18"
"pxt-core": "7.0.22"
}
}