test 5
This commit is contained in:
parent
901a3da1a7
commit
e3c8ecd971
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -6,8 +6,12 @@ jobs:
|
|||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:lts-slim
|
||||
image: alpine
|
||||
steps:
|
||||
- name: Install Node and Git
|
||||
run: |
|
||||
apk update
|
||||
apk add nodejs git
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
packwiz:
|
||||
|
|
Loading…
Reference in a new issue