Skip to content

Commit 33aa9ea

Browse files
committed
update validate
1 parent 31bbfd8 commit 33aa9ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
push:
99
branches:
1010
- 'main'
11-
pull_request:
12-
branches:
13-
- 'main'
11+
pull_request: {}
12+
1413
jobs:
1514
setup:
15+
name: 🔧 Setup
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -24,7 +24,7 @@ jobs:
2424
- name: ⎔ Setup node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828

2929
- name: ▶️ Run setup script
3030
run: npm run setup

0 commit comments

Comments
 (0)