chore: runs on docker
This commit is contained in:
parent
ef748b0b92
commit
c754f44661
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20-alpine
|
||||
steps:
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
cp -r dist /tmp/artifacts
|
||||
|
||||
prepare-package:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: build-and-test
|
||||
container:
|
||||
image: node:20-alpine
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
git push
|
||||
|
||||
publish-staging:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: prepare-package
|
||||
container:
|
||||
image: node:20-alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue