Skip to content

Commit 715bd9f

Browse files
authored
Merge pull request #29 from stackql/claude/update-node-dependencies-wRhWa
upgrade to node24 and update all npm dependencies to latest
2 parents 2c3c73e + afabba2 commit 715bd9f

File tree

14 files changed

+72654
-20160
lines changed

14 files changed

+72654
-20160
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run build && git add dist/ && git add wrapper/

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
required: false
99

1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'dist/index.js'
1313

1414
branding:

0 commit comments

Comments
 (0)