Skip to content

Commit

Permalink
build.yml: Allow github actions to use node16
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 11, 2024
1 parent 6e25615 commit 8f0be18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
ARTIFACT_TITLE: "PulseView"
ARTIFACT_BIN_NAME: "pulseview"
ARTIFACT_VERSION: "NIGHTLY"
# See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Update dependencies
Expand Down Expand Up @@ -310,6 +312,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 dependencies
Expand Down

0 comments on commit 8f0be18

Please sign in to comment.