Skip to content

Commit f645955

Browse files
committed
setup latest node
1 parent 5df129f commit f645955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
- name: disable git crlf conversion
100100
run: git config --global core.autocrlf false
101101

102+
- uses: actions/setup-node@v4
103+
with:
104+
node-version: 22
105+
102106
- name: checkout the source code
103107
uses: actions/checkout@v4
104108
with:

0 commit comments

Comments
 (0)