Skip to content

Commit

Permalink
bypass node version check
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Aug 12, 2024
1 parent bd646c1 commit 7acab4f
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 @@ -8,6 +8,8 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container:
image: centos:7
steps:
Expand All @@ -29,6 +31,8 @@ jobs:

build-hotspot:
runs-on: ubuntu-20.04
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container:
image: centos:7
steps:
Expand Down

0 comments on commit 7acab4f

Please sign in to comment.