Skip to content

Commit b0cbae3

Browse files
committed
ci won't run?
1 parent 1442bb7 commit b0cbae3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
- master
66
paths:
77
- src
8+
- test
9+
- .github/workflows/ci.yml
810
jobs:
911
test:
10-
runs-on: ubuntu-20.04
11-
name: Test on Node 20
12+
runs-on: ubuntu-22.04
13+
name: Test on Node
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v4
@@ -24,7 +26,7 @@ jobs:
2426
- name: Node Setup
2527
uses: actions/setup-node@v4
2628
with:
27-
node-version: 20
29+
node-version: 22
2830
cache: pnpm
2931

3032
- name: Install Dependencies

0 commit comments

Comments
 (0)