Update deprecated node 20 to node 24.

PiperOrigin-RevId: 955851551
Change-Id: I03dcfaa29e39c6b0b685982d3a12c4da82adf1ba
This commit is contained in:
Michael Moss
2026-07-29 06:41:42 -07:00
committed by Copybara-Service
parent 559c2af751
commit 22f4a286f3
+1 -1
View File
@@ -321,7 +321,7 @@ jobs:
- name: Setup Node.js for WASM bindings
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '24.x'
- name: Prepare Linux
if: ${{ runner.os == 'Linux' }}