From: Soeren Apel Date: Sat, 24 Aug 2024 21:43:23 +0000 (+0200) Subject: build.yml:: Remove workarounds for node20 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=652dabdd701d25c95dd52da87d7fc252cd947247;p=sigrok-build.git build.yml:: Remove workarounds for node20 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 850427a..b8368d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -301,7 +301,7 @@ jobs: ((endsWith(github.repository, 'sigrok-cli')) || (endsWith(github.repository, 'sigrok-build'))) - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest container: image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest @@ -333,15 +333,8 @@ jobs: ARTIFACT_TITLE: "sigrok-cli" ARTIFACT_BIN_NAME: "sigrok-cli" ARTIFACT_VERSION: "NIGHTLY" - # See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750 -# ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: - - name: Update node to 20 - uses: actions/setup-node@v4 - with: - node-version: 20 - - name: Update dependencies run: | sudo apt-get update