Skip to content

Commit 0643382

Browse files
committed
fix github action
1 parent 882d33f commit 0643382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check-code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18.x
15+
node-version: 22.x
1616
cache: "npm"
1717

1818
- run: npm ci

0 commit comments

Comments
 (0)