Trying deploy 4
This commit is contained in:
parent
9a35b405dd
commit
4e3ce4196f
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup environment
|
||||||
run: |
|
run: |
|
||||||
apk add --update nodejs npm
|
apk --no-cache add --update nodejs npm curl
|
||||||
- name: Code checkout
|
- name: Code checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue