Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
51f536ff10
commit
5eb6d7b038
4
.github/workflows/Continues Integration.yaml
vendored
4
.github/workflows/Continues Integration.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
build-dev:
|
||||
name: Build
|
||||
needs: dependencies
|
||||
container: git.zakscode.com/ztimson/runner
|
||||
container: node:latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
build-prod:
|
||||
name: Build production
|
||||
needs: dependencies
|
||||
container: git.zakscode.com/ztimson/runner
|
||||
container: node:latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user