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:
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
|
||||
|
Reference in New Issue
Block a user