Update action from runs-on ubuntu-latest to runs-on docker
All checks were successful
Node.js CI / build (push) Successful in 1m8s
All checks were successful
Node.js CI / build (push) Successful in 1m8s
This commit is contained in:
parent
81b336ff1a
commit
9746b843e2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue