Skip to content

Commit

Permalink
build.yml:: Remove workarounds for node20
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 24, 2024
1 parent 4f1b082 commit 652dabd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 652dabd

Please sign in to comment.