ci: use nodejs-current

This commit is contained in:
Antoine Martin 2025-05-06 14:02:48 -04:00
parent 4299ab3906
commit a6839d4f3f
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
doas apk add nodejs git patch curl net-tools doas apk add nodejs-current git patch curl net-tools
doas hostname host.docker.internal doas hostname host.docker.internal
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
@ -47,7 +47,7 @@ jobs:
GITHUB_EVENT_NUMBER: ${{ github.event.number }} GITHUB_EVENT_NUMBER: ${{ github.event.number }}
steps: steps:
- name: Setting up environment - name: Setting up environment
run: apk add nodejs curl findutils git gawk jq run: apk add nodejs-current curl findutils git gawk jq
- name: Repo pull - name: Repo pull
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Package download - name: Package download

View file

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
doas apk add nodejs git patch curl net-tools doas apk add nodejs-current git patch curl net-tools
doas hostname host.docker.internal doas hostname host.docker.internal
cd /etc/apk/keys cd /etc/apk/keys
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
@ -47,7 +47,7 @@ jobs:
GITHUB_EVENT_NUMBER: ${{ github.event.number }} GITHUB_EVENT_NUMBER: ${{ github.event.number }}
steps: steps:
- name: Setting up environment - name: Setting up environment
run: apk add nodejs curl findutils git gawk jq run: apk add nodejs-current curl findutils git gawk jq
- name: Repo pull - name: Repo pull
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Package download - name: Package download

View file

@ -16,7 +16,7 @@ jobs:
LABEL_NUMBER: 8 LABEL_NUMBER: 8
steps: steps:
- name: Environment setup - name: Environment setup
run: apk add grep coreutils gawk curl wget bash nodejs git jq sed run: apk add grep coreutils gawk curl wget bash nodejs-current git jq sed
- name: Get scripts - name: Get scripts
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:

View file

@ -14,7 +14,7 @@ jobs:
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }} CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }} CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
steps: steps:
- run: doas apk add nodejs git - run: doas apk add nodejs-current git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 500 fetch-depth: 500