Skip to content

Commit 80554b8

Browse files
committedJun 12, 2023
chore: run ci with node 18
1 parent 75989d3 commit 80554b8

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@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm lint

0 commit comments

Comments
 (0)
Please sign in to comment.