Skip to content

Commit fe43ca6

Browse files
committed
chore: update node version to 18.x in lint.yml
1 parent cb0d851 commit fe43ca6

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.x
24+
node-version: 18.x
2525
cache: pnpm
2626

2727
- name: Setup

0 commit comments

Comments
 (0)