Skip to content

Commit 7869323

Browse files
committed
feat: update node version on runner to 24
BREAKING CHANGE: this action now runs using node 24
1 parent 9a24fc6 commit 7869323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Node.js with GitHub Package Registry
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: 20
51+
node-version: 24
5252
registry-url: 'https://npm.pkg.github.com'
5353
scope: 'cycjimmy'
5454

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ outputs:
6464
last_release_git_tag:
6565
description: 'The Git tag associated with the last release, if there was one.'
6666
runs:
67-
using: 'node20'
67+
using: 'node24'
6868
main: 'index.js'

0 commit comments

Comments
 (0)