Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 8dbbfbe

Browse files
committed
chore: remove node namespace in commit hook
1 parent 2c78ebe commit 8dbbfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/config/pre_commit_hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { execSync } = require('node:child_process');
1+
const { execSync } = require('child_process');
22
const core = require('@actions/core');
33

44
exports.preCommit = (props) => {

0 commit comments

Comments
 (0)