Skip to content

Commit b97bc01

Browse files
committedSep 25, 2024·
ci: update node to 20
1 parent b976dd9 commit b97bc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm lint

0 commit comments

Comments
 (0)
Please sign in to comment.