From 2e724f57a43cf0026860e5601f12e17a2456a6ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:00:46 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.14.1 --- .github/workflows/test.yml | 10 +++++----- Earthfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 992729a5..1f6e512c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: ${{ !env.ACT && 'npm' || '' }} - node-version: '24.14.0' + node-version: '24.14.1' - uses: ./ - run: earth --secret GITHUB_TOKEN +all # Below are tests specific to the github actions, which ensure the actions-setup code works with GHA @@ -59,7 +59,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: ${{ !env.ACT && 'npm' || '' }} - node-version: '24.14.0' + node-version: '24.14.1' - run: npm install - run: npm run package - uses: ./ @@ -79,7 +79,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: ${{ !env.ACT && 'npm' || '' }} - node-version: '24.14.0' + node-version: '24.14.1' - run: npm install - run: npm run package - uses: ./ @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: ${{ !env.ACT && 'npm' || '' }} - node-version: '24.14.0' + node-version: '24.14.1' - run: npm install - run: npm run package - uses: ./ @@ -123,7 +123,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: cache: ${{ !env.ACT && 'npm' || '' }} - node-version: '24.14.0' + node-version: '24.14.1' - run: npm install - run: npm run package - uses: ./ diff --git a/Earthfile b/Earthfile index 5a2e7a8c..4c2a566d 100644 --- a/Earthfile +++ b/Earthfile @@ -4,7 +4,7 @@ ARG EARTHBUILD_LIB_VERSION=3.0.1 IMPORT github.com/EarthBuild/lib/utils/git:$EARTHBUILD_LIB_VERSION AS git npm-base: - FROM node:24.14.0-alpine3.23@sha256:7fddd9ddeae8196abf4a3ef2de34e11f7b1a722119f91f28ddf1e99dcafdf114 + FROM node:24.14.1-alpine3.23@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb # renovate: datasource=npm packageName=npm ENV npm_version=11.11.0 RUN npm i -g npm@$npm_version