Skip to content

Commit b8016b8

Browse files
committed
bump node
1 parent 3cd4ba0 commit b8016b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Node.js 20.x
19+
- name: Setup Node.js 22.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323
cache: yarn
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)