Skip to content

Commit ff97b3c

Browse files
chore: use lts node in ci (#507)
1 parent ee79cb3 commit ff97b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
version: 10
2525

26-
# Install Node 18
26+
# Install Node 22
2727
- name: Setup Node
2828
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929
with:
30-
node-version: 18
30+
node-version: 22
3131
cache: pnpm
3232

3333
- name: Install Dependencies

0 commit comments

Comments
 (0)