Skip to content

Commit

Permalink
fix: pin node version in gh actions (#13450)
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed May 30, 2024
1 parent 9fa6c6f commit 9f40a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Setup Node.js 18
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 18
node-version: 18.20.2
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand Down

0 comments on commit 9f40a18

Please sign in to comment.