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
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Setup Node environment
|
||||
- name: Setup environment
|
||||
run: |
|
||||
apk add --update nodejs npm
|
||||
apk --no-cache add --update nodejs npm curl
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue