We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a24fc6 commit 7869323Copy full SHA for 7869323
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup Node.js with GitHub Package Registry
49
uses: actions/setup-node@v4
50
with:
51
- node-version: 20
+ node-version: 24
52
registry-url: 'https://npm.pkg.github.com'
53
scope: 'cycjimmy'
54
action.yml
@@ -64,5 +64,5 @@ outputs:
64
last_release_git_tag:
65
description: 'The Git tag associated with the last release, if there was one.'
66
runs:
67
- using: 'node20'
+ using: 'node24'
68
main: 'index.js'
0 commit comments