diff --git a/.github/workflows/js-examples.yml b/.github/workflows/js-examples.yml index 4c5e51c831b4..622f5160fa02 100644 --- a/.github/workflows/js-examples.yml +++ b/.github/workflows/js-examples.yml @@ -82,12 +82,12 @@ jobs: if: matrix.release == 'stable' uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '22.x' - name: Setup Node Nightly if: matrix.release == 'nightly' uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '22.x' registry-url: 'https://npm.pkg.github.com' - name: Use Nightly package.json in Ubuntu/macOS if: matrix.release == 'nightly' && matrix.os != 'windows' diff --git a/netlify.toml b/netlify.toml index c19d64428a75..9134e4bc7067 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "website_and_docs/public" command = "chmod +x build-site.sh && ./build-site.sh" [context.production.environment] -NODE_VERSION = "18.14.1" +NODE_VERSION = "22.13.0" HUGO_VERSION = "0.125.4" GO_VERSION = "1.20.1" HUGO_ENV = "production" @@ -12,7 +12,7 @@ HUGO_ENV = "production" command = "chmod +x build-site.sh && ./build-site.sh" [context.deploy-preview.environment] -NODE_VERSION = "18.14.1" +NODE_VERSION = "22.13.0" HUGO_VERSION = "0.125.4" GO_VERSION = "1.20.1" @@ -20,6 +20,6 @@ GO_VERSION = "1.20.1" command = "chmod +x build-site.sh && ./build-site.sh" [context.branch-deploy.environment] -NODE_VERSION = "18.14.1" +NODE_VERSION = "22.13.0" HUGO_VERSION = "0.125.4" GO_VERSION = "1.20.1"