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:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:lts-slim
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node and Git
|
||||||
|
run: |
|
||||||
|
apk update
|
||||||
|
apk add nodejs git
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
packwiz:
|
packwiz:
|
||||||
|
|
Loading…
Reference in a new issue