summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2024-03-22 09:29:11 -0400
committerGitHub <noreply@github.com>2024-03-22 09:29:11 -0400
commit00a9a05559c952a5bdea0cff77dfeb797370edf5 (patch)
treeba64860deb78a21cac148e6dd754bd550d8e125f
parentf6d5046fa7cdd708639bf478dd216e28c18b6fa0 (diff)
downloadbazelbuild-rules_pkg-00a9a05559c952a5bdea0cff77dfeb797370edf5.tar.gz
update scorecard workflow to newer nodejs setup (#839)
All the runs started failing with messages from github about node 16 not being supported and needing node 20. I hop this helps
-rw-r--r--.github/workflows/scorecard.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 171697d..6094810 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -31,6 +31,9 @@ jobs:
# actions: read
steps:
+ - name: Setup Node.js environment
+ uses: actions/setup-node@v4.0.2
+
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with: