diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43950e0..2da47b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: version: 9.14.4 - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: 20.x + node-version: 24.x cache: pnpm - run: pnpm install @@ -50,7 +50,7 @@ jobs: version: 9.14.4 - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: 20.x + node-version: 24.x cache: pnpm - run: pnpm install diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index a31ef31..5fd5018 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -12,7 +12,7 @@ jobs: version: 9.14.4 - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: - node-version: 20.x + node-version: 24.x cache: pnpm - run: pnpm install diff --git a/publish/action.yml b/publish/action.yml index ee4e455..a05bb28 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -33,7 +33,7 @@ outputs: description: all of the above as stringified JSON runs: - using: node20 + using: node24 main: 'dist/index.js' branding: icon: package diff --git a/publish/package.json b/publish/package.json index f01e6b8..65c9983 100644 --- a/publish/package.json +++ b/publish/package.json @@ -1,6 +1,6 @@ { "name": "publish", - "version": "1.0.19", + "version": "1.0.20", "description": "An action that decides if a new release should be published", "scripts": { "build": "tsup", diff --git a/version-metadata/action.yml b/version-metadata/action.yml index 5f5f12c..47ed0e6 100644 --- a/version-metadata/action.yml +++ b/version-metadata/action.yml @@ -47,7 +47,7 @@ outputs: description: all of the above as stringified JSON (as you'd otherwise have to combine things back together again) runs: - using: node20 + using: node24 main: 'dist/index.js' branding: diff --git a/version-metadata/package.json b/version-metadata/package.json index f6166f5..7846802 100644 --- a/version-metadata/package.json +++ b/version-metadata/package.json @@ -1,6 +1,6 @@ { "name": "version-metadata", - "version": "1.0.19", + "version": "1.0.20", "description": "An action that checks wether your package.json version has been updated with a bit of additional metadata", "scripts": { "build": "tsup",