Skip to content

Commit 619c4b5

Browse files
committed
ci: upgrade node version
1 parent cef7d59 commit 619c4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: npm install --global yarn
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: "21"
18+
node-version: "22"
1919
cache: "yarn"
2020
- name: Install dependencies
2121
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)