Skip to content

Commit ec70f36

Browse files
fix: node v20
1 parent 327302f commit ec70f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v2
99
with:
10-
node-version: 22
10+
node-version: 20
1111
cache: yarn
1212
- run: yarn set version stable
1313
- run: yarn install --immutable

0 commit comments

Comments
 (0)