Skip to content

Commit 36a5fde

Browse files
authored
chore: update to node 24 + deps (#614)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
1 parent a0a6512 commit 36a5fde

File tree

10 files changed

+1439
-415
lines changed

10 files changed

+1439
-415
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
persist-credentials: false
7575
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7676
with:
77-
node-version: "22" # required > 22 for node:test
77+
node-version-file: package.json
7878
- name: Build images
7979
run: |
8080
for distro in alpine centos debian; do

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ inputs:
7878
description: "Configuration file to use"
7979

8080
runs:
81-
using: "node20"
81+
using: "node24"
8282
main: "dist/index.cjs"

0 commit comments

Comments
 (0)