Skip to content

Commit 76356a4

Browse files
committed
chore: update github workflow
1 parent 3cbf74c commit 76356a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
jobs:
129
lint:
@@ -17,7 +14,7 @@ jobs:
1714

1815
- uses: actions/setup-node@v4
1916
with:
20-
node-version: 20
17+
node-version: 22
2118

2219
- run: npm i -g --force corepack@latest && corepack enable
2320

@@ -35,7 +32,7 @@ jobs:
3532

3633
- uses: actions/setup-node@v4
3734
with:
38-
node-version: 20
35+
node-version: 22
3936

4037
- run: npm i -g --force corepack@latest && corepack enable
4138

0 commit comments

Comments
 (0)