Skip to content

Commit 2429cb9

Browse files
committed
ci: add node 22 to the test matrix
1 parent fed602c commit 2429cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Node.js CI
22

3-
on: [ push, pull_request ]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest ]
11-
node-version: [ 18, 20, 21 ]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
11+
node-version: [18, 20, 22]
1212

1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)