Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version-metadata/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading