diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 35878ac9d..2f2dd101f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: # Keep in sync with netlify.toml - node-version: 24.x + node-version: 24.18.0 - name: Cache node_modules uses: actions/cache@v4 id: cache @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 24.x + node-version: 24.18.0 - name: Load node_modules from cache uses: actions/cache@v4 with: @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 24.x + node-version: 24.18.0 - name: Load node_modules from cache uses: actions/cache@v4 with: @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 24.x + node-version: 24.18.0 - name: Load node_modules from cache uses: actions/cache@v4 with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2916ea3d8..6d243da6b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 24 + node-version: 24.18.0 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build