Skip to content

Commit 46d938d

Browse files
committed
ci: rename validate job to build and update node version matrix
1 parent 1749f6e commit 46d938d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
branches: [main, develop]
88

99
jobs:
10-
validate:
10+
build:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18, 20]
14+
node-version: [20, 22]
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)