Update test script to use node
This commit is contained in:
parent
16e0165922
commit
35646ef153
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
environment: stage
|
environment: stage
|
||||||
|
|
||||||
runs-on: docker
|
runs-on: node
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue