Temporary fix for GitHub actions being down.
This commit is contained in:
parent
a8e3380ed5
commit
fd2882d088
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
@ -9,7 +9,8 @@ jobs:
|
||||
|
||||
test-node:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -40,7 +41,8 @@ jobs:
|
||||
|
||||
test-browser:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -100,7 +102,8 @@ jobs:
|
||||
|
||||
name: Coverage
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user