Skip to content

Commit 82ccc2c

Browse files
authored
feat: update GitHub Actions runtime from node20 to node24
Agent-Logs-Url: https://github.com/EndBug/label-sync/sessions/3d174c13-e65c-4743-9253-05dc5b261c81
1 parent 3cdd7b8 commit 82ccc2c

File tree

3 files changed

+31
-11
lines changed

3 files changed

+31
-11
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: An action that allows you to sync labels from a repository or a con
33
author: Federico Grandi <federicograndi@duck.com>
44

55
runs:
6-
using: node20
6+
using: node24
77
main: lib/index.js
88

99
inputs:

package-lock.json

Lines changed: 29 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@types/github-label-sync": "^2.3.3",
3434
"@types/js-yaml": "^4.0.9",
35-
"@types/node": "~12.20.15",
35+
"@types/node": "^24.0.0",
3636
"@typescript-eslint/eslint-plugin": "^8.56.1",
3737
"@vercel/ncc": "^0.38.2",
3838
"gts": "^5.3.1",

0 commit comments

Comments
 (0)