Skip to content

Commit d182bd2

Browse files
authored
Merge pull request #18 from guardian/aa/node24
chore: Update to Node 24 (current LTS)
2 parents 3154ffa + 435ae35 commit d182bd2

5 files changed

Lines changed: 322 additions & 540 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These files are generated, hide their diff in a PR by default
2+
# See https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
3+
index.js linguist-generated
4+

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.1
1+
v24

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ inputs:
55
description: One or more (private SSH) Deploy Keys. Note, keys must be ed25519; rsa is not supported. The target repository must be added as a comment to the key, e.g. like `ssh-keygen ... -C "git@github.com:guardian/repo.git"`.
66
required: true
77
runs:
8-
using: "node20"
8+
using: "node24"
99
main: "index.js"

0 commit comments

Comments
 (0)