ci: use nodejs-current
This commit is contained in:
parent
4299ab3906
commit
a6839d4f3f
4 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
|
||||
steps:
|
||||
- run: doas apk add nodejs git
|
||||
- run: doas apk add nodejs-current git
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue