Fix build unstable to run on ubuntu-latest-8core (#1549)

* Fix build unstable to run on ubuntu-latest-8core

* ubuntu-latest to ubuntu-latest-8core
This commit is contained in:
Ted Patrick
2023-06-20 12:17:08 -05:00
committed by GitHub
parent ea9bdcc961
commit e4e8f2edae
10 changed files with 20 additions and 20 deletions

View File

@@ -85,7 +85,7 @@ jobs:
path: pyscriptjs/test_results
if-no-files-found: error
eslint:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
defaults:
run:
working-directory: pyscriptjs
@@ -118,7 +118,7 @@ jobs:
run: npx eslint src -c .eslintrc.js
Deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
needs: BuildAndTest
if: github.ref == 'refs/heads/main' # Only deploy on merge into main
permissions:

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -19,7 +19,7 @@ concurrency:
jobs:
build:
if: github.repository_owner == 'pyscript'
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -11,7 +11,7 @@ on:
jobs:
snapshot:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
id-token: write

View File

@@ -95,7 +95,7 @@ jobs:
path: pyscriptjs/test_results
if-no-files-found: error
eslint:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
defaults:
run:
working-directory: pyscriptjs

View File

@@ -6,7 +6,7 @@ on:
- completed
jobs:
report:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
steps:
- uses: dorny/test-reporter@v1.6.0
with:

View File

@@ -34,7 +34,7 @@
"prettier": "2.7.1",
"pyodide": "0.23.2",
"synclink": "0.2.4",
"ts-jest": "29.0.3",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"xterm": "^5.1.0"
}
@@ -5674,15 +5674,15 @@
}
},
"node_modules/ts-jest": {
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz",
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz",
"integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "^29.0.0",
"json5": "^2.2.1",
"json5": "^2.2.3",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",
@@ -5699,7 +5699,7 @@
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
"typescript": ">=4.3"
"typescript": ">=4.3 <6"
},
"peerDependenciesMeta": {
"@babel/core": {
@@ -10247,15 +10247,15 @@
}
},
"ts-jest": {
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz",
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz",
"integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==",
"dev": true,
"requires": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "^29.0.0",
"json5": "^2.2.1",
"json5": "^2.2.3",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",

View File

@@ -36,7 +36,7 @@
"prettier": "2.7.1",
"pyodide": "0.23.2",
"synclink": "0.2.4",
"ts-jest": "29.0.3",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"xterm": "^5.1.0"
},