Skip to content

Commit d02459d

Browse files
committed
update node version to 22
1 parent 4b5a054 commit d02459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_text-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js version
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: '4.8'
25+
node-version: '22.x'
2626

2727
- name: npm install, build, and test
2828
run: |

0 commit comments

Comments
 (0)