diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 15b9373ea..9c4896027 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -18,10 +18,10 @@ jobs: with: persist-credentials: false - - name: Use Node.js 18 + - name: Use Node.js 22 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 18.20.8 + node-version: 22.18.0 - name: Set up Ruby 3.2 uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 428925dd7..13bda741e 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -18,10 +18,10 @@ jobs: with: persist-credentials: false - - name: Use Node.js 18 + - name: Use Node.js 22 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 18.20.8 + node-version: 22.18.0 - name: Set up Ruby 3.2 uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0